/* ***** Common Css **** */

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:wght@100..900&display=swap');


:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

img {
    display: block;
}

a,
button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: url('../images/body-back.png') 0 0 no-repeat;
    background-size: cover;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}

.container {
    max-width: 1380px;
}

.info-paragraph {
    color: #434343;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30.7px;
}

.info-paragraph * {
    color: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
}

.fix-width-1260 {
    max-width: 1260px;
    width: 100%;
}

.fix-width-588 {
    max-width: 588px;
    width: 100%;
    margin-left: auto;
}

.fix-width-553 {
    max-width: 553px;
    width: 100%;
}

.claim-btn {
    display: inline-block;
    padding: 14px 20px;
    border-radius: 90px;
    background: #2B7DFA;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.claim-btn:hover {
    background: #F78E1D;
    color: #fff;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    background: transparent;
    padding: 25px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}

.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}

.navbar-brand img {
    max-width: 100%;
    height: 35px;
}

.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.nav-row {
    display: flex;
    align-items: center;
    width: 100%;
}

.navbar-light .navbar-nav {
    margin: 0 auto;
}

.navbar-light .navbar-nav li {
    margin-right: 50px;
}

.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link {
    padding: 10px 0px;
    color: #040404;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}

.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #F78E1D;
}

.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #F78E1D;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #F78E1D;
}

.btn-main {
    padding: 10px 20px;
    background: #040404;
    border-radius: 30px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    border: none;
}

.btn-main:hover {
    background: #F78E1D;
    color: #fff;
}

header.nav-new {
    background: #fff;
    padding: 15px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {
    background-color: transparent;
    border-radius: 0;
    outline: none;
    box-shadow: none;
    border: none;
    height: 40px;
    width: auto;
    padding: 0;
}

.navbar-light .navbar-toggler:focus {
    box-shadow: none;
    outline: none;
}

.navbar-light .navbar-toggler .navbar-toggler-icon {
    background-image: unset;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 18px;
    background-image: none;
    position: relative;
    border-bottom: 2px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 2px;
    background-color: #000;
    top: 0;
    left: 0;
    content: "";
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

/* **** End toggler **** */

/* services section  */
.services-section {
    padding: 147px 0 60px;
}

.services-section .row {
    align-items: center;
    margin: 0 -37px;
}

.services-section .row>* {
    padding: 0 37px;
}

.services-section .services-detail {
    position: relative;
}

.services-section .services-detail::before {
    position: absolute;
    content: "";
    width: 503px;
    height: 503px;
    border-radius: 503px;
    background: #F78E1D;
    filter: blur(250px);
    z-index: -1;
    opacity: 0.2;
    right: -100px;
    top: -150px;
}

.services-section .faster-product {
    position: relative;
    color: #F78E1D;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.services-section .faster-product::before {
    position: absolute;
    content: "";
    background-image: url('../images/3line.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 46px;
    height: 50px;
    left: -50px;
    top: -50px;
}

.services-section .services-title {
    margin-top: 16px;
}

.services-section .services-title * {
    color: #000;
    font-family: "DM Sans", sans-serif;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: capitalize;
}

.services-section .info-paragraph {
    margin-top: 16px;
    color: #040404;
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.4px;
    max-width: 588px;
    width: 100%;
}

.services-section .flex-button {
    display: flex;
    align-items: center;
    margin-top: 32px;
}

.services-section .upload-btn {
    padding: 13px 24px;
    border-radius: 90px;
    background: #040404;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.18px;
}

.services-section .upload-btn:hover {
    background: #F78E1D;
    color: #fff;
}

.services-section .claim-free-trial {
    display: inline-block;
    padding: 14px 20px;
    border-radius: 90px;
    background: #2B7DFA;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.services-section .claim-free-trial:hover{
    background: #F78E1D;
    color: #fff;
}

/* .services-section .claim-free-trial::after {
    position: absolute;
    content: "";
    background-image: url('../images/arrow-right.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translatey(-50%);
    right: -30px;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
} */

.services-section .services-image img {
    width: 100%;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
}

/* services section  */

/* uload image section */
.upload-image-section .row {
    align-items: center;
}

.upload-image-section .info-paragraph>*:nth-child(2) {
    margin-top: 10px;
}

.upload-image-section .info-paragraph span {
    text-decoration-line: underline;
    color: #F78E1D;
}

.upload-image-section .claim-button {
    margin-top: 32px;
}

.upload-image-section .upload-image {
    position: relative;
}

.upload-image-section .upload-image::before {
    position: absolute;
    content: "";
    border-radius: 354px;
    width: 354px;
    height: 354px;
    opacity: 0.6;
    background: #F78E1D;
    filter: blur(250px);
    right: 0;
    -webkit-border-radius: 354px;
    -moz-border-radius: 354px;
    -ms-border-radius: 354px;
    -o-border-radius: 354px;
    z-index: -1;
}

.upload-image-section {
    padding: 60px 0;
}

.upload-image-section .upload-image img {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

/* upload image section */

/* photo services */
.photo-services-section {
    padding: 60px 0;
}

.photo-services-section .row {
    align-items: center;
    margin: 0 -30px;
}

.photo-services-section .row>* {
    padding: 0 32px;
}

.photo-services-section .block-title {
    font-weight: 400;
}

.photo-services-section .info-paragraph {
    margin-top: 32px;
}

.photo-services-section .info-paragraph span{
    text-decoration: underline;
    color: #F78E1D;
}

.photo-services-section .info-paragraph * {
    margin-bottom: 10px;
}

.photo-services-section .info-paragraph *:last-child {
    margin-bottom: 10px;
}

.photo-services-section .claim-button {
    margin-top: 32px;
}

.photo-services-section .photo-services-image-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px 0 -3px;
}

.photo-services-section .photo-services-image-group::before {
    position: absolute;
    content: "";
    width: 364px;
    height: 364px;
    border-radius: 364px;
    opacity: 0.6;
    background: #134BDB;
    filter: blur(250px);
    left: -50px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: -1;
}

.photo-services-section .photo-services-image-group>* {
    width: 50%;
    padding: 0 12px;
    margin-bottom: 24px;
}

.photo-services-section .photo-services-image-group>*:nth-child(1) img {
    border-radius: 16px 16px 0px 16px;
}

.photo-services-section .photo-services-image-group>*:nth-child(2) img {
    border-radius: 16px 16px 16px 0px;
}

.photo-services-section .photo-services-image-group>*:nth-child(3) img {
    border-radius: 16px 0px 16px 16px;
}

.photo-services-section .photo-services-image-group>*:nth-child(4) img {
    border-radius: 0px 16px 16px 16px;
}

.photo-services-section .photo-services-image-group>*:nth-child(3){
    margin-bottom: 0;
}

.photo-services-section .photo-services-image-group>*:nth-child(4){
    margin-bottom: 0;
}

.photo-services-section .photo-services-image-group img {
    width: 100%;
}

.photo-services-section .photo-flex-image {
    margin-left: 130px;
    margin-top: -40px;
}

.photo-services-section .photo-flex-image {
    display: flex;
    align-items: flex-end;
    width: 100%;

}

.photo-services-section .photo-image-2 {
    position: relative;
    top: 0;
    left: -35px;
}

.photo-services-section .photo-image img{
    width: 100%;
    transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
}

/* photo services */

/* **** Hero Banner **** */
.hero-banner {
    padding: 150px 0 50px;
    position: relative;
}

.hero-banner .container {
    position: relative;
    z-index: 1;
}

img.back-banner {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
}

.banner-data {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

img.banner-img1 {
    position: absolute;
    bottom: 20%;
    left: 0;
}

img.banner-img2 {
    position: absolute;
    top: 20%;
    right: 0;
}

.banner-data h1 {
    font-size: 68px;
    font-weight: 600;
    color: #040404;
    text-align: center;
    margin: 0 auto 20px;
    line-height: 78px;
    letter-spacing: -3.4px;
    text-transform: capitalize;
}

.banner-data h2 {
    font-size: 24px;
    font-weight: 500;
    color: #040404;
    text-align: center;
    margin: 0 auto 45px;
    letter-spacing: -0.48px;
}

.banner-upload {
    max-width: 615px;
    width: 100%;
    margin: 0 auto 45px;
    background: url('../images/banner-data-back.png') 0 0 no-repeat;
    background-size: cover;
    border-radius: 15px;
    box-shadow: 0 4px 50px rgba(0, 0, 0, 0.25);
    padding: 100px 150px;
}

.banner-upload .btn-group {
    margin: 0 auto;
    display: table;
    width: 250px;
    position: relative;
    z-index: 5;
}

.btn-upload {
    padding: 15px 15px;
    width: 250px;
    background: #040404;
    border-radius: 30px;
    border: none;
    font-size: 20px;
    font-weight: 500;
    display: block;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin: 0 auto 20px;
}

.btn-upload:hover {
    background: #F78E1D;
    color: #fff;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: block;
}

.upload-btn-wrapper input[type=file] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.btn-claim {
    padding: 15px 15px;
    width: 250px;
    background: #fff;
    border-radius: 30px;
    border: none;
    font-size: 20px;
    font-weight: 500;
    display: block;
    color: #040404;
    text-align: center;
    margin: 0 auto 0px;
}

.btn-claim:hover {
    background: #040404;
    color: #fff;
}

.scroll-down {
    padding: 20px 0 0;
}

.scroll-down span {
    display: table;
    margin: 0 auto;
    width: 30px;
    height: 52px;
    border: 2px solid #040404;
    border-radius: 55px;
    position: relative;
}

.scroll-down span:after {
    position: absolute;
    content: '';
    width: 2px;
    height: 7px;
    border-radius: 10px;
    border: 1.5px solid #040404;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

/* **** End Hero Banner **** */

/* **** Services **** */
.service-wrp {
    padding: 75px 0;
    position: relative;
}

.service-wrp .container {
    max-width: 1170px;
    position: relative;
    z-index: 1;
}

.titlebar {
    margin: 0 auto 45px;
}

.titlebar h6 {
    font-size: 18px;
    font-weight: 600;
    color: #040404;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 2px;
    margin: 0 auto 15px;
}

.titlebar h2 {
    font-size: 48px;
    font-weight: 500;
    color: #040404;
    text-align: center;
    line-height: 58px;
    margin: 0 auto;
    letter-spacing: -2.4px;
}

.service-tabs {
    border-bottom: 1px solid rgba(4, 4, 4, 0.15);
    position: relative;
    margin: 0 0 50px;
}

.service-tabs:after {
    position: absolute;
    content: '';
    background: url('../images/backgread.png') 0 0 no-repeat;
    background-size: cover;
    width: 100px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 1;
}

.service-tabs-slider .slick-slide {
    margin: 0 50px;
}

.service-tabs-slider .slick-list {
    margin: 0;
}

.service-tabs .nav-tabs {
    border: none;
}

.service-tabs .nav-tabs .nav-link {
    padding: 20px 0;
    font-size: 18px;
    font-weight: 500;
    color: rgba(4, 4, 4, 0.50);
    position: relative;
    border-radius: 0;
    border: none;
    text-align: center;
}

.service-tabs .nav-tabs .nav-link:after {
    position: absolute;
    content: '';
    width: 0%;
    height: 3px;
    background: #F78E1D;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.service-tabs .nav-tabs .nav-link.active {
    color: #040404;
    background: transparent;
}

.service-tabs .nav-tabs .nav-link.active:after {
    width: 100%;
}

.service-tabs-slider .slick-prev,
.service-tabs-slider .slick-next {
    position: absolute;
    right: 0;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}

.service-tabs-slider .slick-prev:before,
.service-tabs-slider .slick-next:before {
    width: 30px;
    height: 30px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    background: #F78E1D;
    font-weight: 400;
    line-height: 30px;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.service-tabs-slider .slick-prev {
    left: 0;
    right: auto;
}

.service-tabs-slider .slick-prev:before {
    content: "\f053";
}

.service-tabs-slider .slick-prev:hover:before,
.service-tabs-slider .slick-next:hover:before {
    color: #fff;
    background: #20A0E2;
}

.service-tabs-slider .slick-next.slick-disabled,
.service-tabs-slider .slick-prev.slick-disabled {
    display: none !important;
}


.service-data {
    padding: 0 80px 0 0;
}

.service-data h3 {
    font-size: 36px;
    font-weight: 500;
    color: #040404;
    line-height: 46px;
    margin: 0 0 15px;
}

.service-data p {
    font-size: 18px;
    font-weight: normal;
    color: #040404;
    line-height: 28px;
    margin: 0 0 30px;
    opacity: 0.65;
}

.service-data .btn-main {
    padding: 15px 25px;
    display: table;
}

.service-imgbx img {
    width: 100%;
    border-radius: 15px;
}

.tested-service-wrp {
    padding: 75px 0;
    position: relative;
}

.tested-service-wrp .container {
    max-width: 1170px;
    position: relative;
    z-index: 1;
}

.tested-service-wrp .titlebar h2 {
    font-size: 38px;
    line-height: 48px;
}

.tested-box {
    display: flex;
    flex-flow: column;
    height: 100%;
    padding: 30px 20px;
    border-radius: 15px;
    position: relative;
}

.tested-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.50);
    border-radius: 15px;
    top: 0;
    left: 0;
}

img.tested-shp {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    transform: translateY(-40%);
    -webkit-transform: translateY(-40%);
    z-index: -1;
}

.tested-data {
    position: relative;
    z-index: 1;
}

.tested-img {
    height: 100px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
}

.tested-img img {
    width: 100%;
}

.tested-box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #040404;
    text-align: center;
    line-height: 30px;
    display: block;
}

.tested-box p {
    font-size: 16px;
    font-weight: normal;
    color: #040404;
    text-align: center;
    line-height: 22px;
    opacity: 0.65;
    margin: 0;
}

.tested-service-wrp .btn-main {
    display: table;
    margin: 60px auto 0;
    padding: 13px 25px;
}

/* **** End Services **** */

/* **** offers & quality **** */
.offers-wrp {
    padding: 75px 0;
    position: relative;
}

.offer-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
}

.offer-list ul li {
    width: 16.66%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.offer-box {
    background: rgba(202, 202, 202, 0.25);
    border-radius: 10px;
    height: 100px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.offer-box img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    transition: .4s linear;
    -webkit-transition: .4s linear;
}

.offer-box:hover img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

/* **** End offers & quality **** */

/* **** How It Works **** */
.howit-work-wrp {
    padding: 75px 0;
    position: relative;
    z-index: 9;
}

.howit-work-wrp .container {
    max-width: 1250px;
}

.howit-work-wrp .titlebar {
    margin: 0 auto 60px;
}

.work-box {
    padding: 45px;
    border-radius: 15px;
    background: rgba(247, 142, 29, 0.25);
    position: relative;
    display: flex;
    flex-flow: column;
    height: 100%;
}

.work-box span {
    font-size: 14px;
    font-weight: 600;
    color: #F78E1D;
    padding: 3px 15px;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    top: 25px;
    left: 25px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.work-ic img {
    margin: 0 auto 30px;
}

.work-dt {
    max-width: 200px;
    margin: 0 auto;
}

.work-dt h3 {
    font-size: 20px;
    font-weight: 500;
    color: #040404;
    text-align: center;
    margin: 0 auto 10px;
}

.work-dt p {
    font-size: 18px;
    font-weight: normal;
    color: #040404;
    line-height: 26px;
    text-align: center;
    margin: 0;
}

.howit-work-wrp .btn-main,
.howit-work-wrp .claim-btn {
    display: table;
    margin: 60px auto 0;
    padding: 13px 25px;
    position: relative;
    z-index: 1;
}


.trusted-company-wrp {
    padding: 75px 0;
}

.carouselTicker__item {
    border: none;
}

.trusted-row {
    position: relative;
}

.trusted-row:after {
    position: absolute;
    content: '';
    width: 200px;
    height: 100%;
    background: url('../images/left-shadow.png') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 0;
    left: 0;
    z-index: 5;
}

.trusted-row:before {
    position: absolute;
    content: '';
    width: 200px;
    height: 100%;
    background: url('../images/right-shadow.png') 0 0 no-repeat;
    background-size: 100% 100%;
    top: 0;
    right: 0;
    z-index: 5;
}

.trusted-box {
    padding: 0 5px;
}

.trusted-box img {
    border-radius: 10px;
}

/* **** End How It Works **** */

/* **** Testimonial **** */
.testimonial-wrp {
    position: relative;
    padding: 75px 0;
}

.testimonial-wrp .carouselTicker__item {
    margin-right: 20px;
}

.testimonial-wrp .carouselTicker__item img {
    /* pointer-events: none; */
    /* cursor: none; */
}

.testimonial-img {
    display: flex;
    position: relative;
    z-index: 1;
}

.testimonial-img img {
    width: 100%;
}

img.tested-shp {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.testimonial-wrp .btn-main {
    display: table;
    margin: 0px auto 0;
    padding: 13px 25px;
    position: relative;
    z-index: 1;
}

/* **** End Testimonial **** */

/* **** FAQs **** */
.faq-wrapper {
    padding: 75px 0;
    position: relative;
}

.color-bg {
    position: absolute;
    right: 0;
    top: -140%;
    bottom: 0;
    z-index: -1;
    margin: 0 auto;
    display: block;
    left: 0;
}

.faq-wrapper .container {
    position: relative;
    z-index: 1;
}

.faq-list {
    padding: 0 15px 0 0;
}

.faq-list h2 {
    font-size: 38px;
    font-weight: 500;
    color: #040404;
    margin: 0 0 30px;
    text-transform: capitalize;
}

.faq-list .accordion .accordion-item {
    margin: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(4, 4, 4, 0.25);
}

.faq-list .accordion .accordion-item .accordion-button {
    font-size: 20px;
    color: #040404;
    font-weight: 500;
    padding: 25px 45px 25px 0;
    background-color: transparent;
    position: relative;
}

.faq-list .accordion .accordion-item .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: none;
}

.faq-list .accordion .accordion-item .accordion-button:focus {
    box-shadow: none;
}

.faq-list .accordion .accordion-item .accordion-button::after {
    display: none;
}

.faq-list .accordion .accordion-item .accordion-button:before {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    font-size: 20px;
    color: #040404;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.faq-list .accordion .accordion-item .accordion-button.collapsed:before {
    content: "\f067";
}

.faq-list .accordion .accordion-body {
    padding: 0 45px 25px 0;
}

.faq-list .accordion .accordion-body p {
    margin: 0;
    font-size: 18px;
    font-weight: normal;
    color: #040404;
    line-height: 26px;
    opacity: 0.65;
}

.contact-block {
    padding: 75px 40px 55px;
    border-radius: 20px;
    background: url('../images/contact-back.png') 0 0 no-repeat;
    background-size: cover;
    display: flex;
    flex-flow: column;
    height: 100%;
}

.contact-block h2 {
    font-size: 26px;
    font-weight: 500;
    color: #040404;
    text-align: center;
    margin: 0 auto 10px;
}

.contact-block p {
    font-size: 18px;
    font-weight: normal;
    color: #040404;
    line-height: 26px;
    text-align: center;
    margin: 0 auto 30px;
    opacity: 0.45;
}

.contact-block .form-group {
    margin: 0 0 15px;
}

.contact-block .form-group .form-control {
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.50);
    border: none;
    border-radius: 8px;
    height: auto;
    box-shadow: none;
    font-size: 16px;
    font-weight: normal;
    color: #040404;
    resize: none;
}

.contact-block .form-group .form-control::placeholder {
    color: rgba(4, 4, 4, 0.45);
}

.contact-block .btn-main {
    border: none;
    padding: 15px 40px;
    margin: 25px auto 0;
    display: table;
}


.sefty-wrp {
    padding: 75px 0;
    position: relative;
}

.sefty-box {
    background: rgba(247, 142, 29, 0.10);
    border-radius: 10px;
    padding: 45px;
}

.sefty-box img {
    margin: 0 auto 15px;
}

.sefty-box p {
    font-size: 18px;
    font-weight: 500;
    color: #040404;
    text-align: center;
    margin: 0 auto;
    line-height: 28px;
    max-width: 175px;
}

/* **** End FAQs **** */

/* **** Footer **** */
footer {
    position: relative;
}

.footer-top {
    padding: 100px 0;
    position: relative;
    z-index: 1;
    border-bottom: 1px solid rgba(4, 4, 4, 0.15);
}

.footer-about img {
    height: 45px;
    margin: 0 0 25px;
}

.footer-about p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #040404;
    line-height: 26px;
    margin: 0 0 35px;
    opacity: 0.65;
}

.social-bx {
    display: flex;
    align-items: center;
}

.social-bx a {
    margin-right: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(4, 4, 4, 0.05);
    font-size: 16px;
    color: #040404;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-bx a:last-child {
    margin: 0;
}

.social-bx a img {
    height: 16px;
    margin: 0;
}

.social-bx a:hover {
    background: #F78E1D;
}

.quicklink-row {
    display: flex;
    justify-content: space-between;
}

.quicklinks h3 {
    font-size: 18px;
    font-weight: 500;
    color: #040404;
    margin: 0 0 20px;
}

.quicklinks ul li a {
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #040404;
    line-height: 32px;
}

.quicklinks ul li a:hover {
    color: #F78E1D;
}

.copyright {
    padding: 20px 0;
    position: relative;
    z-index: 1;
}

.copyright p {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #040404;
    line-height: 24px;
    opacity: 0.65;
}

.terms-link ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.terms-link ul li {
    margin-right: 25px;
}

.terms-link ul li:last-child {
    margin: 0;
}

.terms-link ul li a {
    font-size: 16px;
    font-weight: normal;
    color: rgba(4, 4, 4, 0.65);
    line-height: 24px;
    position: relative;
}

.terms-link ul li a:after {
    position: absolute;
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: rgba(4, 4, 4, 0.65);
    right: -15px;
    top: 10px;
}

.terms-link ul li:last-child a:after {
    display: none;
}

.terms-link ul li a:hover {
    color: rgba(4, 4, 4, 1);
}

img.footer-shp {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

img.foot-shp1 {
    position: absolute;
    top: 0;
    left: -30px;
    width: 100px;
}

img.foot-shp2 {
    position: absolute;
    bottom: 80px;
    width: 180px;
    left: 5%;
}

img.foot-shp3 {
    position: absolute;
    top: 0;
    left: 20%;
    width: 150px;
}

img.foot-shp4 {
    position: absolute;
    width: 80px;
    right: 30%;
    top: 25px;
}

img.foot-shp5 {
    position: absolute;
    width: 80px;
    right: -80px;
    top: 0;
}

img.foot-shp6 {
    position: absolute;
    width: 150px;
    right: 26%;
    bottom: 0;
}

img.footer-shp2 {
    position: absolute;
    bottom: 0;
    right: 5%;
}

/* **** End Footer **** */


/* Index 2 Banner Start */
.banner-wrp {
    position: relative;
    padding: 133px 0 86px;
    z-index: 9;
}

.banner-wrp::after {
    content: "";
    background-image: url("../images/banner-2.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.banner-details .banner-data h1,
.banner-details .banner-data h2 {
    text-align: left;
}

.banner-details .btn-group .btn-upload {
    margin: 0 30px 0 0;
    width: 170px;
}

.banner-details .btn-group .btn-claim {
    width: 190px;
}

.banner-right-img {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

.banner-right-1 {
    max-width: 232px;
    width: 100%;
    height: 232px;
    margin: 0 0 26px auto;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.banner-right-2 {
    max-width: 411px;
    width: 100%;
    height: auto;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.banner-right-img-1 {
    margin: 0 27px 0 0;
}


.header-2 {
    padding: 16px 0;
    background-color: rgba(255, 255, 255, 0.65);
}

.header-2 .navbar-light .navbar-nav {
    margin-left: 0;
}

.header-2 .navbar-brand {
    margin: 0 60px 0 0;
}

.header-2 .header-right .claim-btn {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #040404;
    margin: 0 49px 0 0;
}

.header-2 .header-right .claim-btn:hover {
    color: #F78E1D;
}

.counter-details p {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.8px;
    color: rgba(4, 4, 4, 0.65);
    margin: 0;
}

.counter-block span {
    font-size: 48px;
    line-height: 52px;
    font-weight: 600;
    padding: 0 0 7px;
    display: block;
}

.counter-block p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #040404;
    margin: 0;
}

.counter-right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 616px;
    margin-left: auto;
}

.counter-wrp {
    padding: 85px 0 50px;
}

.counter-block {
    padding: 0 30px 0 0;
}

.second-banner-wrp {
    padding: 145px 0 0;
}

/* Index 2 Banner End */

/* Index 3 Banner Start */
.header-3 .navbar-light .navbar-nav {
    margin-left: auto;
    margin-right: 65px;
}

.banner-top-left .banner-data h1 {
    font-size: 65px;
    text-align: left;
    margin: 0 auto 30px;
}

.banner-top-left .banner-data h2 {
    text-align: left;
}

.banner-top-left .btn-group .btn-upload {
    margin: 0;
    max-width: 170px;
}

.banner-top-left .btn-group .btn-claim {
    position: relative;
}

.banner-top-left .btn-group .btn-claim::after {
    content: "\f061";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #040404;
    margin: 0 0 0 14px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

.banner-top-left .btn-group .btn-claim:hover {
    background-color: transparent;
    color: #F78E1D;
}

.banner-top-left .btn-group .btn-claim:hover::after {
    color: #F78E1D;
}

.second-banner-wrp .counter-details {
    margin: 0 0 45px;
    max-width: 515px;
}

.second-banner-wrp .counter-details p {
    color: #040404;
}

.second-banner-wrp .counter-right {
    margin: 0;
}

.second-banner-wrp .banner-top-right {
    max-width: 616px;
    margin-left: auto;
}

.second-banner-slider .slider-items {
    margin: 0 15px 0 0;
}

.second-banner-slider .slider-items img {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.second-banner-main {
    padding: 0 0 120px;
}

.second-banner-slider {
    opacity: 0;
}

.second-banner-slider.slick-initialized {
    opacity: 1;
}

/* Index 3 Banner End */


/* Common Style */

.section-title {
    font-size: 36px;
    line-height: 50px;
    font-weight: 500;
    color: #040404;
    text-transform: capitalize;
}

.section-title * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    margin: 0;
}

.detail {
    font-size: 20px;
    line-height: 28px;
    color: #040404;
    font-weight: 400;
}

.detail * {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
    color: inherit;
    font-weight: inherit;
}

/* Common Style */

/* internal page */

.animator-banner .detail p {
    margin: 0 0 20px 0;
}

.animator-banner .detail span {
    display: block;
    font-weight: 600;
    margin: 0 0 20px 0;
}

.animator-banner .detail p:last-child {
    margin: 0;
}

.animator-banner .section-title {
    margin: 0 0 20px 0;
}

.animator-banner {
    padding: 50px;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0px 21px 32.3px 0px rgba(0, 0, 0, 0.07);
    margin: 50px 0 0 0;
}

.blog img.back-banner,
.animator-main img.back-banner {
    top: 15%;
}

.main-wrpper {
    position: relative;
}

.main-wrpper.full-page {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-image: url(../images/full-page.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

/* internal page */

/* Blog */

.blog-block {
    background: #FFF;
    border-radius: 25px;
    box-shadow: 0px 12px 24px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    border-top: 1px solid #CBCBCB;
    margin: 0 0 43px 0;
}

.blog-detail {
    /* padding: 0 43px; */
}

.top-blog {
    padding: 25px 43px 30px;
}

.bootom-blog {
    padding: 21px 43px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #CBCBCB;
}

.bootom-blog ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bootom-blog ul li {
    padding: 0 34px 0 0;
    color: rgba(4, 4, 4, 0.65);
    font-size: 18px;
    line-height: 29px;
    /* 161.111% */
    font-weight: 400;
    letter-spacing: -0.9px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bootom-blog ul li:last-child {
    padding: 0;
}

.bootom-blog ul li img {
    margin: 0 14px 0 0;
}

.blog-detail .detail {
    color: rgba(4, 4, 4, 0.65);
}

.blog-title {
    color: #000;
    font-size: 28px;
    line-height: 33px;
    font-weight: 600;
    letter-spacing: -1.4px;
    margin: 12px 0;
}

.blog-name {
    color: #F18B1C;
    font-size: 18px;
    font-weight: 500;
    line-height: 29px;
    /* 161.111% */
    letter-spacing: -0.9px;
    position: relative;
    padding: 0 0 0 32px;
}

.blog-name::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 23px;
    height: 3px;
    background-color: #F78E1D;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.blog-detail,
.blog-title * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    margin: 0;
}

.blog-block>img {
    border-radius: 25px 25px 0 0;
    -webkit-border-radius: 25px 25px 0 0;
    -moz-border-radius: 25px 25px 0 0;
    -ms-border-radius: 25px 25px 0 0;
    -o-border-radius: 25px 25px 0 0;
}

.blog-main {
    padding: 65px 0 0;
}

.blog-main .row {
    margin: 0 -26px;
}

.blog-main .row>* {
    padding: 0 26px;
}

.pagination {
    padding: 30px 0 0;
    align-items: center;
    justify-content: center;
}

.page-item:last-child .page-link {
    margin: 0 0 0 25px !important;
    font-weight: 400;
}

.page-item:first-child .page-link {
    margin: 0 25px 0 0 !important;
    font-weight: 400;
}

.page-link.np {
    color: rgba(0, 0, 0, 0.35);
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-item:last-child .page-link.np svg {
    margin: 0 0 0 10px;
}

.page-item:first-child .page-link.np svg {
    margin: 0 10px 0 0;
}

.page-link {
    border: 1px solid #CBCBCB;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    margin: 0 5px !important;
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -1.05px;
    background-color: transparent;
}

.active>.page-link,
.page-link.active,
.page-link:active,
.page-link:focus,
.page-link:hover {
    color: #FFF;
    background-color: #F78E1D;
    box-shadow: 0px 9px 7.6px 0px rgba(241, 139, 28, 0.40);
    border-color: transparent;
}

.page-link:hover svg path {
    stroke: #FFF;
}

.blog {
    margin: 0 0 30px 0;
}

/* Blog */

/* Blog Inner */

.blog-inner {
    background-color: rgba(255, 255, 255, 0.8);
    filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.05));
    -webkit-filter: drop-shadow(0px 12px 24px rgba(0, 0, 0, 0.05));
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin: 40px 0 0 0;
}

.blog-inner>img {
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

.right-detail-blog .banner-data h1 {
    text-align: start;
}

.common-title {
    color: #000;
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    letter-spacing: -1.4px;
}

.innner-blog-bottom .detail {
    color: rgba(4, 4, 4, 0.65);
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    /* 161.111% */
    letter-spacing: -0.9px;
}

.innner-blog-bottom .detail p {
    margin: 0 0 20px 0;
}

.innner-blog-bottom .detail p:last-child {
    margin: 0;
}

.common-title * {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: inherit;
    margin: 0;
}

.quoth-detail {
    margin: 30px 0;
    position: relative;
    padding: 0 0 0 35px;
}

.quoth-detail .section-detail {
    position: relative;
    color: rgba(4, 4, 4, 0.65);
    font-size: 23px;
    font-weight: 400;
    line-height: 40px;
    /* 173.913% */
    letter-spacing: -1.15px;
}

.quoth-detail .small-detail h6 {
    color: rgba(77, 77, 77, 0.65);
    font-size: 17px;
    font-weight: 400;
    line-height: 40px;
    /* 235.294% */
    letter-spacing: -0.85px;
    position: relative;
    margin: 5px 0 0;
    padding: 0 0 0 30px;
}

.quoth-detail .small-detail h6::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20px;
    height: 3px;
    background-color: #8B8B8B;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.quoth-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #F18B1C;
    width: 4px;
    height: 100%;
}

.innner-blog-bottom {
    padding: 50px 67px;
}

.innner-blog-bottom .common-title {
    padding: 0 0 12px 0;
}

.title-about h6 {
    color: #000;
    font-size: 23px;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
    /* 173.913% */
    letter-spacing: -1.15px;
    margin: 0;
}

.left-detail-blog .detail {
    color: rgba(4, 4, 4, 0.65);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    /* 166.667% */
    letter-spacing: -0.9px;
    padding: 10px 0;
}

.social-icon ul {
    margin: 15px 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.social-icon ul li {
    margin: 0 10px;
}

.social-icon ul li:first-child {
    margin-left: 0;
}

.social-icon ul li:last-child {
    margin-right: 0;
}

.social-icon ul li a svg path {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.social-icon ul li a:hover svg path {
    fill: #F78E1D;
}


.blog-inner-main .container {
    max-width: 1567px;
}

.left-detail-blog {
    padding: 110px 65px 0 0;
}

.one-img img {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.one-img {
    margin: 0 0 40px 0;
    display: inline-block;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}

.one-img:hover img {
    opacity: 0.9;
}

.one-img .sub-title h6 {
    color: #000;
    font-size: 23px;
    font-weight: 500;
    line-height: 40px;
    /* 173.913% */
    letter-spacing: -1.15px;
    margin: 0;
    padding: 10px 0 0;
}

.side-img {
    padding: 45px 0 0;
}

.one-img:hover .sub-title h6 {
    color: #20A0E2;
}

/* Blog Inner */

.testimonial-slider {
    position: relative;
}

.testimonial-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    z-index: 9;
    width: 100%;
    height: 100%;    
}



/* Home Page 2 Start */
.block-title {
    font-size: 40px;
    line-height: 130%;
    font-weight: 500;
    color: #070707;
    text-transform: capitalize;
}
.block-title h2{
    font-size: 28px;
}

.block-title * {
    text-decoration: none;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    margin: 0;
}

.common-block {
    background-color: #FFFFFF;
    border: 1px solid #EDEDED;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    -ms-border-radius: 16px;
    -o-border-radius: 16px;
}

.customise-services-main .block-title {
    max-width: 554px;
    width: 100%;
    margin: 0 auto 56px;
    text-align: center;
}

.customise-services-main .block-title span {
    border-bottom: 2px solid #070707;
}

.customise-services-block h4 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 400;
    color: #070707;
    margin: 0 0 24px;
}

.common-list ul li {
    font-size: 18px;
    line-height: 30.7px;
    color: #070707;
    padding: 0 0 0 16px;
    margin: 0 0 16px;
    position: relative;
}

.common-list ul li::before {
    content: "";
    background-color: #F78E1D;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.common-list ul li:last-child {
    margin-bottom: 0;
}

.customise-services-block {
    padding: 32px;
    margin: 0 0 24px;
    height: calc(100% - 24px);
}

.customise-services-wrp {
    position: relative;
    padding: 58px 0 36px;
}

.custom-service-bg {
    position: absolute;
    top: -60%;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.services-price-title h3 {
    font-size: 32px;
    line-height: 120%;
    font-weight: 400;
    color: #070707;
    margin: 0 0 8px;
}

.services-price-title p {
    font-size: 18px;
    line-height: 30px;
    color: #8C8C8C;
    margin: 0 0 16px;
}

.services-price-img .services-img img {
    width: 100%;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.services-price-img .row {
    margin: 0 -11px;
}

.services-price-img .row>* {
    padding: 0 11px;    
}

.services-price-top .titlebar {
    margin: 0;
}

.services-price-top .titlebar h2 {
    line-height: 130%;
    text-align: left;
    color: #070707;
    letter-spacing: 0;
}

.services-price-top .titlebar h2 span {
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #8C8C8C;
}

.services-price-img {
    margin: 0 0 16px;
}

.services-price-top {
    padding: 0 0 24px;
    border-bottom: 1px solid #EDEDED;
}

.services-price-middle h5 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    color: #8C8C8C;
    margin: 0 0 16px;
}

.services-price-middle {
    padding: 24px 0;
    border-bottom: 1px solid #EDEDED;
}

.services-price-bottom {
    text-align: center;
    border-top: 1px solid #EDEDED;
    padding: 24px 0 0;
}

.services-price-bottom .btn-main {
    display: block;
    margin: 0 0 8px;
}

.services-price-bottom .btn-link {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #070707;
    text-decoration: none;
    display: inline-block;
    padding: 8px 0;
}

.services-price-bottom .btn-link:hover {
    color: #F78E1D;
}

.services-price-block {
    padding: 24px 64px;
    height: 100%;
}

.services-price-main .block-title {
    max-width: 554px;
    width: 100%;
    margin: 0 auto 56px;
    text-align: center;
}

.services-price-wrp {
    padding: 63px 0 58px;
    position: relative;
}

.service-price-bg {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    z-index: -1;
}

.watermark-1 {
    max-width: 414px;
    width: 100%;
    transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
}

.watermark-2 {
    max-width: 383px;
    width: 100%;
    margin: 0 0 0 149px;
    transform: rotate(-3deg);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
}

.batch-watermark-img {
    position: relative;
    -moz-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.25);
}

.batch-watermark-img img {
    width: 100%;
}

.batch-watermark-img span {
    font-size: 24px;
    line-height: 120%;
    color: #F78E1D;
    padding: 8px;
    background-color: #fff;
    display: block;
    max-width: 164px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 14px;
    margin: 0 auto;
}

.watermark-block .form-group {
    position: relative;
    margin: 0 0 8px;
}

.watermark-block .form-control {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #E5E5E5;
    background-color: transparent;
    margin: 0px auto;
    padding: 11px 16px;
    outline: none !important;
    box-shadow: none;
    color: #070707;
    /*z-index: 9;
    */transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
  
.watermark-block .form-label {
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #8C8C8C;
    position: absolute;
    top: 17px;
    left: 12px;
    text-align: left;
    display: inline-block;
    padding: 0 4px;
    background-color: #fff;
    margin: 0px auto;
    cursor: text;
    transition: all .15s ease-in-out;
    -webkit-transition: all .15s ease-in-out;
    -moz-transition: all .15s ease-in-out;
    -ms-transition: all .15s ease-in-out;
    -o-transition: all .15s ease-in-out;
}
  
.watermark-block .form-control:valid + label, .watermark-block .form-control:focus + label { 
    top: -7px;
}

.batch-watermark-left {
    position: relative;
}

.watermark-block {
    padding: 24px;
    max-width: 296px;
    width: 100%;
    position: absolute;
    left: -60px;
    bottom: 30px;
    -moz-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 28px 0px rgba(0, 0, 0, 0.15);
}

.watermark-block h5 {
    font-size: 20px;
    line-height: 140%;
    font-weight: 400;
    margin: 0 0 15px;
}

.watermark-form .claim-btn {
    font-size: 18px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.batch-watermark-main {
    max-width: 1260px;
    margin: 0 auto;
}

.batch-watermark-right .block-title {
    margin: 0 0 32px;
}

.batch-watermark-right .info-paragraph {
    margin: 0 0 32px;
}

.batch-watermark-right {
    max-width: 588px;
}

.batch-watermark-wrp {
    padding: 60px 0 42px;
}

.resize-images-main {
    max-width: 1276px;
    margin: 0 auto;
}

.resize-images-right {
    position: relative;
}

.resize-images-right .resize-1 {
    position: relative;
    top: 111px;
}

.resize-images-right::after {
    content: "";
    max-width: 364px;
    width: 100%;
    height: 364px;
    background-color: rgba(19, 75, 219, 0.40);
    z-index: -1;
    position: absolute;
    right: 40px;
    top: 80%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    filter: blur(250px);
    -webkit-filter: blur(250px);
}

.resize-images-wrp {
    padding: 60px 0 160px;
}

.resize-images-content {
    max-width: 553px;
    position: relative;
}

.resize-images-content .block-title {
    margin: 0 0 32px;
}

.resize-images-content .info-paragraph {
    margin: 0 0 32px;
}

.resize-images-content::after {
    content: "";
    max-width: 503px;
    width: 100%;
    height: 503px;
    background-color: rgba(247, 142, 29, 0.40);
    position: absolute;
    top: 0;
    z-index: -1;
    filter: blur(250px);
    -webkit-filter: blur(250px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.howit-work-2 .block-title {
    text-align: center;
    margin: 0 0 56px;
}

.howit-work-2 .titlebar {
    margin: 0 0 32px;
}


/* Home Page 2 End */

.animator-main img.back-banner {
    top: 0;
}

.animator-banner .detail span {
    display: contents !important;
}

.photo-services-section .info-paragraph span {
    text-decoration: none;
    color: #040404;
    font-weight: bold;
}

.contact-block {
    background: none;
}

.cog-form__container {
    padding: 30px !important;
    border-radius: 20px !important;
    background: url(../images/contact-back.png) 0 0 no-repeat !important;
    background-size: cover;
    display: flex;
    flex-flow: column;
    height: 100%;

}

.cog-header__text h1 {
    font-size: 26px !important;
    color: #040404;
    text-align: center !important;
    margin: 0 auto 10px;
    font-family: "Roboto", sans-serif !important;
}

.cog-header__description {
    font-size: 18px !important;
    font-weight: normal;
    color: #040404;
    line-height: 26px;
    text-align: center !important;
    margin: 0 auto 30px;
    opacity: 0.45 !important;
    font-family: "Roboto", sans-serif !important;
}

.el-input input,
.el-textarea textarea {
    padding: 15px 20px !important;
    border: none !important;
    border-radius: 8px !important;
    height: auto !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-family: "Roboto", sans-serif !important;
}

.cog-page__navigation button {
    padding: 15px 40px !important;
    background: #040404 !important;
    border-radius: 30px !important;
    font-size: 16px !important;
    font-weight: normal;
    color: #fff !important;
    border: none !important;
    margin: 25px auto 0 !important;
    font-family: "Roboto", sans-serif !important;
}

.cog-abuse.cog-wrapper,
.cog-branding.cog-branding--minimal {
    display: none !important;
}
.quicklinks h3{
    margin: 15px 0 20px;
}
.faq-list .accordion-item .common-list ul li {
    font-size: 15px;
    font-weight: normal;
    color: #040404;
    opacity: 0.65;
}
.faq-wrapper .contact-block form.cog-cognito.cog-form{
    width: 90% !important;
}


@media (max-width: 767px) {

    .blog img.back-banner,
    .animator-main img.back-banner {
        top: 1%;
    }
}