::selection {
    background: var(--theme_color);
    color: #fff;
    text-shadow: none;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: none;
}

::-webkit-scrollbar-track-piece {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #dedede;
}

::-webkit-scrollbar-thumb:vertical {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--theme_color);
}

:root {
    --gradian: 115deg, rgb(254, 153, 22) 0%, rgba(243, 115, 53, 1) 100%;
    --theme_color: #D4292F;
    --theme_colorli: rgb(248, 213, 120);
    --theme_color2: rgba(243, 115, 53, 1);
    --theme_color2li: rgb(255, 158, 110);
    --border-gradient: linear-gradient(#fff, #fff), linear-gradient(180deg, #D4292F, #770855);
    --btn-gradient: linear-gradient(267.57deg, #D4292F -3.55%, #770855 100.02%);
    --btn-border-gradient: linear-gradient(#EEF4F2, #EEF4F2), linear-gradient(180deg, #D4292F, #770855);
    --white: rgb(0, 0, 0);
    --: white;
}

[class^=box-] {
    display: none;
}

[class^=box-].showfirst {
    display: block;
}

body {
    font-family: 'Titillium Web', sans-serif;
    overflow-x: hidden;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    color: #222;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    display: block;
    font-weight: 700;
}

.pad-sec {
    padding-top: 2rem;
}

*:hover,
*:focus,
* {
    outline: none !important;
}

img {
    max-width: 100%;
    height: auto;
}

a,
input[type=submit],
button[type=submit] {
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    display: inline-block;
    cursor: pointer;
}

a:hover {
    color: #cd0000;
}

p,
a {
    font-weight: 500;
    color: #222;
}

p {
    line-height: 26px;
    display: block;
}

span {
    display: inline-block;
}

.slick-list {
    margin: 0 -15px;
}

.slick-slide {
    margin: 0 15px;
}

ul.slick-dots {
    padding: 50px 0 0;
    text-align: center;
}

ul.slick-dots li {
    margin: 0 20px 0 0;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    padding: 0;
    border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
    color: #fff;
    opacity: 1;
    font-size: 20px;
}

.slick-dots li button {
    height: 8px;
    width: 8px;
    border-radius: 50%;
    padding: 0;
    background: #d6d6d6;
    border: none;
    cursor: pointer;
    font-size: 0;
    padding: 0;
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    box-sizing: border-box;
}

.slick-dots li.slick-active button {
    background: #f3c919;
    width: 11px;
    height: 11px;
}

span.arrows {
    width: 40px;
    height: 40px;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    cursor: pointer;
    line-height: 39px;
    font-size: 12px;
    text-align: center;
    font-weight: 300;
    top: 0;
    border-radius: 0;
    background: #f7f7f7;
    color: #696969;
}

span.arrows.next {
    right: 1%;
}

textarea,
select,
input[type],
textarea,
select,
button {
    background: 0 0;
    border: none;
    border-radius: 0;
}

::-webkit-input-placeholder {
    color: #a8a8a8;
}

::-moz-placeholder {
    color: #a8a8a8;
}

:-ms-input-placeholder {
    color: #a8a8a8;
}

:-moz-placeholder {
    color: #a8a8a8;
}

.customradio {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    font-weight: 400;
    color: #fff;
}

.customradio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 11px;
    width: 11px;
    border-radius: 3px;
    background-color: #e0e0e0;
}

.customradio input:checked~.checkmark {
    background: 0 0;
}

.menu-Bar {
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 8;
    display: none;
}

.menu-Bar span {
    display: block;
    height: 4px;
    width: 100%;
    background: #000;
    position: absolute;
    transition: .6s all;
    border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
    top: 0;
}

.menu-Bar span:nth-child(2) {
    top: 8px;
    transform-origin: left;
}

.menu-Bar span:nth-child(3) {
    top: 16px;
}

.menu-Bar.open span {
    background: #fff;
}

.menu-Bar.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    transform-origin: right center;
}

.menu-Bar.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 12px;
    transform-origin: right center;
}

.pad-sec-sm {
    padding: 40px 0 80px;
}

.pad-zero {
    padding: 0;
}

.pad-l-zero {
    padding-left: 0;
}

.pad-r-zero {
    padding-right: 0;
}

.pad-b-sec {
    padding-bottom: 80px;
}

.pad-top-sec {
    padding-top: 40px;
}

.-icn:before {
    content: "";
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    display: inline-block;
}

.posRel {
    position: relative;
}

.ovr-hiddn {
    overflow: hidden;
}

.bg-color {
    background: #efefec;
}

.text-upp {
    text-transform: uppercase !important;
}

.btn {
    color: #fff;
    font-size: 18px;
    background: var(--theme_color);
    ;
    border: 2px solid var(--theme_color);
    ;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 30px;
    font-weight: 800;
}

.btn {
    font-size: 10px;
    margin-top: -3rem;
    background-color: var(--theme_color);
    ;
    border-color: var(--theme_color);
    ;
    width: 190px;
    text-align: center;
}

.text-center .btn:hover {
    background: black;
    color: white;
}

.btn.style1 {
    background: #fff;
    color: #ff6400;
    border-color: #fff;
}

.btn.style1:hover {
    background: 0 0;
    color: #fff;
}

.fb {
    background: #3b5998;
}

.twi {
    background: #55acef;
}

.lin {
    background: #0177b5;
}

.google {
    background: #dd4b39;
}

.rss {
    background: #3cb371;
}

.mn-h1 {}

.para {
    font-size: 24px;
    color: rgba(34, 34, 34, .6);
    font-weight: 600;
}

.para1 {
    font-size: 18px;
}

strong,
.bold {
    font-weight: 700;
}

.semi-bold {
    font-weight: 600;
}

.color-white {
    color: #fff;
}

.color-light {
    color: rgba(34, 34, 34, .6);
}

.logoColor {
    color: #1cbd56;
}

header {
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
}

.logo {
    display: inline-block;
}

.logo img {
    display: block;
    margin-top: 10px;
}

.menu {
    font-size: 0;
    display: inline-block;
    vertical-align: middle;
}

.menu li {
    display: inline-block;
    vertical-align: middle;
}

.menu li a {
    display: block;
    font-size: 18px;
    color: #222;
    padding: 40px 50px 40px 0;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.2px;
}

.menu li:hover a,
.menu li.active a {
    color: #ff6400;
}

.submenu {
    position: absolute;
    width: 90%;
    background-color: #f7f7f7;
    top: 100%;
    z-index: 9;
    min-height: 300px;
    box-shadow: 0 3px 5px #3c3c3c;
    display: none;
    left: 11.7%;
    padding: 15px;
    border-top: 4px solid var(--theme_color);
}

ul.sub-level1 {
    padding: 5px 0;
    text-align: left;
}

ul.sub-level1:after {
    width: 100%;
    height: 3px;
    content: "";
    display: block;
    background: #fff;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    margin: 14px 0;
}

ul.sub-level2 {
    position: absolute;
    left: 0;
    width: 168px;
    top: 45px;
    display: none;
}

ul.sub-level2:after {
    content: "";
    display: inline-block;
    height: 80%;
    width: 3px;
    background: #fff;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    position: absolute;
    top: 10%;
    right: 0;
}

.submenu a {
    font-size: 15px !important;
    text-transform: capitalize;
}

ul.sub-level2 li {
    width: 100%;
    margin-bottom: 10px;
}

ul.sub-level2 li {
    margin-bottom: 0;
    margin-left: 13px;
    padding-bottom: 0;
}

ul.sub-level2 li:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

ul.sub-level2 li.last {
    margin-left: 0 !important;
}

.submenu li:hover>a {
    color: var(--theme_color);
    font-weight: 600;
}

.navigation ul li:hover .submenu {
    display: block;
}

.faq-form p {
    display: block;
    width: 100%;
}

body.faqs footer {
    margin-top: 0;
}

li.active ul.sub-level2 {
    display: block;
    padding: 15px;
}

ul.sub-level2 a {
    display: block;
    padding: 5px 10px;
}

ul.sub-level1>li {
    width: 30.4%;
    margin: 0 !important;
    text-align: left !important;
}

ul.sub-level1>li>a {
    display: block;
    padding: 0 !important;
}

ul.sub-level3 {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
}

ul.sub-level2>li:hover ul {
    display: block;
}

.menu-slogan {
    display: none;
}

ul.sub-level2 li:hover .menu-slogan {
    display: block;
}

.menu-slogan {
    position: absolute;
    top: 0;
    left: 100%;
    width: 360px;
    padding: 20px;
}

.menu-slogan.active {
    display: block;
}

.menu-slogan h4 {
    margin-bottom: 5px;
    margin-top: 0;
    padding-bottom: 6px;
    font-size: 18px;
}

.menu-slogan h4:after {
    content: "";
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    margin: 10px 0;
}

.one.parent .menu-slogan.active {
    width: 643px;
}

.menu-slogan p {
    font-size: 14px;
    line-height: 1.5;
    font-family: poppins;
}

.one.parent .menu-slogan p {
    width: 58%;
    display: inline-block;
    vertical-align: top;
}

.one.parent .menu-slogan img {
    position: absolute;
    top: 25px;
    right: 25px;
}

ul.sub-level2.second,
ul.sub-level2.third {
    width: 380px;
}

ul.sub-level2.second li,
ul.sub-level2.third li {
    width: 170px;
    float: left;
    margin-right: 0;
}

.second .menu-slogan,
.third .menu-slogan {
    left: 99%;
}

.submenu .sub-level2 a {
    padding: 7px 0 !important;
    display: block;
    font-weight: 500;
    font-size: 15px !important;
    letter-spacing: 1px;
}

.submenu .sub-level2 li:hover a {
    border-color: transparent;
    font-weight: 500;
}

ul.sub-level2.third li:last-child {
    border: 0 !important;
}

ul.sub-level2 li:last-child a,
ul.sub-level2 li:nth-child(11) a {
    border: 0 !important;
}

ul.sub-level2 .menu-slogan {}

.align-items-center {
    display: flex;
    align-items: center;
}

li.slp-dd {
    position: relative;
    transition: ease all .5s;
}

li.slp-dd ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f7f7f7;
    z-index: 1;
    text-align: left;
    padding: 15px 0;
    line-height: 20px;
    border-top: 4px solid var(--theme_color);
}

li.slp-dd ul li {
    display: block;
    width: 256px;
    position: relative;
    padding: 0 15px;
    margin: 0;
}

li.slp-dd ul li.last {
    margin-left: 0;
}

li.slp-dd ul li.last ul li.last:after {
    display: none;
}

li.slp-dd ul li a {
    padding: 10px 0;
    display: block;
    font-weight: 500;
}

li.slp-dd ul li a:after {
    width: 100%;
    height: 3px;
    content: "";
    display: block;
    background: #fff;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    position: relative;
    top: 9px;
}

li.slp-dd ul li a i {
    position: absolute;
    right: 0;
    top: 40%;
    font-size: 14px;
}

li.slp-dd ul li ul {
    display: none;
    top: 0;
    left: 100%;
}

li.slp-dd:hover ul {
    display: block;
    z-index: 1;
}

li.slp-dd:hover ul ul {
    display: none;
}

li.slp-dd ul li:hover ul {
    display: block;
}

.searchWrap {
    padding: 20px 80px 20px 20px;
    background: #ec1c23;
    position: absolute;
    top: -100%;
    width: 100%;
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
    z-index: 9;
}

.searchWrap.active {
    top: 0;
}

.searchField {
    border-bottom: 1px solid #fff;
    background: 0 0;
    position: relative;
    height: 40px;
}

.searchField input {
    font-size: 16px;
    color: #fff;
    background: 0 0;
    width: 100%;
    padding: 0;
    height: 100%;
    font-weight: 400;
    border-bottom: 1px solid #fff !important;
    border-width: 0;
}

.searchField i {
    font-size: 22px;
    color: #fff;
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 22px;
    position: absolute;
    right: -30px;
    top: 6px;
    cursor: pointer;
}

.searchField input::-webkit-input-placeholder {
    color: #fff;
}

.searchField input::-moz-placeholder {
    color: #fff;
}

.searchField input:-ms-input-placeholder {
    color: #fff;
}

.searchField input:-moz-placeholder {
    color: #fff;
}

.mainSlider {
    position: relative;
}

.mainSlider .slick-list,
.mainSlider .slick-slide {
    margin: 0;
}

.mainBanner {
    padding-top: 0;
    background-repeat: no-repeat;
    background-position: top center;
    display: flex;
    align-items: center;
    background-size: cover;
    height: 716px;
    position: relative;
    position: relative;
    transition: .3s all ease;
}

header {
    padding: 15px 0 0;
}

.navigation {
    text-align: right;
}

.navigation ul li a i {
    padding: 0 5px 0 0;
    font-size: 18px;
}

.hd-h1 {
    font-size: 50px;
    font-weight: 700;
    color: #363636;
    line-height: 65px;
    margin-bottom: 15px;
}

.pricing-sec-delvry h4 {
    font-size: 22px;
}

.hd-par {
    font-weight: 400;
    font-size: 22px;
    color: #fff;
    line-height: 33px;
    margin-bottom: 33px;
}

.LineAnimationButton {
    position: relative;
    -webkit-transition: .3s;
    transition: .3s;
    border-bottom-width: 0;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 22px 65px 22px 27px;
    background-color: #fcb200;
    border: 1px solid #fcb200;
}

.LineAnimationButton:hover {
    color: #fcb200;
    background-color: transparent;
}

.LineAnimationButton:hover:after {
    background-position: -442px -18px;
}

.LineAnimation-border--top {
    top: 0;
    right: 100%;
    left: 0;
    height: 2px;
    -webkit-transition: right .2s .6s;
    transition: right .2s .6s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.LineAnimation-border {
    background-color: var(--theme_color);
}

.LineAnimation-border,
.LineAnimation-border-inner {
    position: absolute;
    content: '';
}

.LineAnimationButton .LineAnimation-border--top {
    right: 0;
    -webkit-transition: right .2s .2s;
    transition: right .2s .2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.LineAnimation-border--right {
    right: 0;
    bottom: 100%;
    top: 0;
    width: 2px;
    -webkit-transition: bottom .2s .4s;
    transition: bottom .2s .4s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.LineAnimation-border--bottom {
    bottom: 0;
    right: 0;
    left: 100%;
    height: 2px;
    -webkit-transition: left .2s .2s;
    transition: left .2s .2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.LineAnimation-border--bottom_left {
    bottom: 0;
    height: 0;
    width: 2px;
    left: 0;
    -webkit-transition: height .2s 0s;
    transition: height .2s 0s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.LineAnimation-border--top_left {
    bottom: 50%;
    left: 0;
    width: 2px;
    height: 0;
    -webkit-transition: height .2s .8s;
    transition: height .2s .8s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.LineAnimationButton .LineAnimation-border--top_left {
    height: 50%;
    -webkit-transition: height .2s 0s;
    transition: height .2s 0s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.LineAnimationButton .LineAnimation-border--top {
    right: 0;
    -webkit-transition: right .2s .2s;
    transition: right .2s .2s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.LineAnimationButton:hover .LineAnimation-border--right {
    bottom: 0;
    -webkit-transition: bottom .2s .4s;
    transition: bottom .2s .4s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.LineAnimationButton:hover .LineAnimation-border--bottom {
    left: 0;
    -webkit-transition: left .2s .6s;
    transition: left .2s .6s;
}

.LineAnimationButton:hover .LineAnimation-border--bottom_left {
    height: 40%;
    -webkit-transition: height .2s .8s;
    transition: height .2s .8s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
}

.LineAnimationButton:after {}

.prtnrs-sec {
    padding: 23px 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(269.85deg, #BF2137 0.08%, #770855 100.14%);
}

.prtnrs-sec img {
    display: block;
    margin: 0 auto;
}

.hd-h2 {
    font-size: 50px;
    font-weight: 500;
    color: #4e4e4e;
    line-height: 70px;
}

.hd-h2 span {
    font-weight: 700;
}

.para {
    font-size: 18px;
    font-weight: 400;
    color: #4e4e4e;
    line-height: 28px;
}

.pbsl {
    margin-bottom: 20px;
}

.pbsl h2 {
    display: inline-block;
    margin-top: -18px;
    width: 35%;
    font-size: 45px;
    line-height: 50px;
}

.pbsl p {
    display: inline-block;
    width: calc(64%);
    vertical-align: top;
    padding: 0 0 0 17px;
}

p.wd-para {
    padding-right: 12px;
}

.hd-h4 {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin-bottom: 30px;
}

.hd-h6 {
    font-size: 14px;
    text-align: center;
    color: #484848;
    margin: 14px 0 0;
}

.tsti-para {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    line-height: 20px;
    padding: 9px 24px 11px;
    text-align: center;
}

.testi-slider img {
    display: block;
    margin: 0 auto;
}

.sec2paradv h3 {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.sec2paradv p {
    margin-top: 25px;
}

.sld-arw button.slick-arrow {
    font-size: 0;
    background: 0 0;
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: auto;
    width: 20px;
    color: #ec1c24;
    cursor: pointer;
}

.sld-arw button.slick-prev {
    left: inherit;
    right: 39px;
    top: 0;
    bottom: inherit;
    z-index: 2;
}

.sld-arw button.slick-arrow:before {
    font-family: "font awesome 5";
    content: "\f086";
    display: inline-block;
    font-size: 13px;
}

.sld-arw button.slick-arrow:before {
    content: "\f053";
    color: #9f9e9e;
    font-weight: 600;
    height: 26px;
    width: 26px;
    border-radius: 50%;
    line-height: 53px;
    align-items: center;
    justify-content: center;
    background-color: #f2eded;
    display: flex;
}

.sld-arw button.slick-arrow:hover:before {
    background: var(--theme_color);
    color: #fff;
}

.sld-arw button.slick-next {
    left: inherit;
    right: 7px;
    top: 0;
    bottom: inherit;
}

.sld-arw button.slick-next:before {
    content: "\f054";
    font-weight: 600;
}

.rlse {
    text-align: center;
}

.hn-hnd {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 16px 13px 0;
    line-height: 20px;
}

.tstr {
    margin-top: -40px;
}

.rlse {
    margin-top: 40px;
}

.hm-sec-02 {
    background: url(../images/hm-bg-01.jpg) no-repeat;
    background-size: cover;
    min-height: 944px;
    display: flex;
    align-items: center;
    position: relative;
}

.hm-sec-02:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .83);
}

.hd-pr {
    font-size: 43px;
    font-weight: 500;
    color: #fff;
    line-height: 50px;
    margin-bottom: 24px;
}

.hd-pr span {
    color: var(--theme_color);
    font-weight: 700;
    display: inline;
}

.no-pad {
    padding: 0;
}

.hm-sec-02 p.para {
    color: #fff;
    font-weight: 500;
    line-height: 25px;
}

.hm-sec-02 a {
    display: inline-block;
}

.hm-sec-02 a+a {
    margin-right: 0;
}

.btn-02 {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 22px 65px 22px 27px;
    margin-right: 13px;
}

.btn-02:after {
    background-position: -409px -18px;
    width: 26px;
    height: 9px;
}

.btn-02 .LineAnimation-border {
    background-color: #137451;
}

.btn-02-iner .LineAnimation-border {
    background-color: var(--theme_color);
}

.btn-02:hover {
    color: #fcb200;
}

.btn-02:hover:after {
    background-position: -442px -18px;
}

.qlty {
    background-color: rgba(0, 0, 0, .65);
    min-height: 723px;
    padding: 0 55px;
    display: flex;
    align-items: center;
    margin-left: 75px;
}

.qlty ul {
    font-size: 0;
}

.qlty ul li {
    width: 50%;
    display: inline-block;
    margin: 40px 0;
}

.sprite {
    background: url(../images/sprite.png) no-repeat;
    display: block;
}

.icon-01 {
    background-position: -8px -45px;
    width: 60px;
    height: 60px;
}

.ql-ws h5 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    position: relative;
    padding: 0 0 10px;
    margin: 0 0 32px;
}

.ql-ws h5:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53px;
    height: 3px;
    background-color: var(--theme_color);
}

.ql-ws h5:before {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 53px;
    height: 3px;
    background-color: var(--theme_color);
}

p.my-para::after {
    position: absolute;
    content: '';
    height: 46px;
    border: 2px solid #FDAE37;
    rotate: 90deg;
    top: 27px;
    left: 34px;
}

.ql-ws p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
}

p.my-para-2 {
    margin-top: 30px;
}

.ql-ws i {
    display: inline-block;
    vertical-align: top;
}

.wrkd {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 62px);
    padding: 0 0 0 10px;
}

.icon-02 {
    background-position: -90px -47px;
    width: 60px;
    height: 60px;
}

.hd-mn {
    font-weight: 600;
    color: #4e4e4e;
    border-bottom: 2px solid rgb(255 255 255 / 13%);
    line-height: 75px;
    text-transform: uppercase;
    font-size: 42px;
    text-align: center;
}

.para-02 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}

.hm-sec-03 p.para-02 {
    padding: 0 167px;
}

.team-sld {
    text-align: center;
}

.team-sld h5 {
    font-size: 13px;
    font-weight: 600;
    color: #484848;
    margin: 6px 0 5px;
}

.team-sld h6 {
    font-size: 12px;
    font-weight: 700;
    color: #000;
}

.team-sld img {
    display: block;
    margin: 0 auto 8px;
}

.hm-sec-04 h3 {
    font-size: 60px;
    font-weight: 500;
    color: #4e4e4e;
    text-transform: uppercase;
    text-align: center;
}

.hm-sec-04 h3 span {
    font-weight: 700;
}

.fcss h4 {
    font-size: 23px;
    font-weight: 700;
    text-align: center;
    color: #4e4e4e;
    margin: 19px 0;
}

.fcss ul li {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    color: #080808;
    margin: 0 0 6px;
    line-height: normal;
    position: relative;
    padding-left: 24px;
}

.fcss ul li:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "font awesome 5";
    font-size: 16px;
    position: absolute;
    top: 1px;
    left: 0;
    color: var(--theme_color);
}

.icon-03 {
    background-position: -335px -540px;
    width: 80px;
    height: 58px;
    margin: 0 auto;
}

.icon-04 {
    background-position: -443px -542px;
    width: 47px;
    height: 60px;
}

.icon-05 {
    background-position: -517px -540px;
    width: 55px;
    height: 63px;
}

.icon-06 {
    background-position: -599px -552px;
    width: 66px;
    height: 51px;
}

.fcss i.sprite {
    margin: auto;
}

.fcss:hover .icon-03 {
    background-position: -334px -615px;
}

.fcss:hover .icon-04 {
    background-position: -442px -617px;
}

.fcss:hover .icon-05 {
    background-position: -516px -615px;
}

.fcss:hover .icon-06 {
    background-position: -598px -627px;
}

.hm-sec-05 {
    background: url(../images/wc2-01.html) no-repeat;
    background-size: cover;
    min-height: 286px;
    padding: 55px 0;
}

.author-news h3 {
    font-size: 40px;
    color: #4e4e4e;
}

.hd-mn-02 {
    font-weight: 700;
    text-align: center;
    color: #000;
    font-size: 50px;
}

.row-banner p {
    font-size: 18px;
    line-height: 28px;
    color: #4e4e4e;
}

.hm-sec-04 {
    padding-bottom: 60px;
}

.hm-sec-06 {
    height: 210px;
    background-color: #EEF4F2;
    padding: 0 0 20px;
}

.fctns {
    position: relative;
    top: -130px;
}

.indstr {
    min-height: 300px;
    background-color: #fff;
    padding: 0 35px;
    display: flex;
    align-items: center;
    border: 5px solid #fff;
}

.indstr:hover {
    border-color: var(--theme_color);
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
}

.icon-07 {
    background-position: -350px -136px;
    width: 51px;
    height: 46px;
}

.indstr h4 {
    font-size: 22px;
    font-weight: 700;
    color: #000;
    margin: 22px 0 14px;
}

.indstr p {
    font-weight: 500;
    font-size: 14px;
    color: #000;
    line-height: 18px;
}

.indstr:hover h4 {
    color: #fff;
}

.indstr:hover p {
    color: #000;
}

.indstr:hover i {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
}

.icon-08 {
    background-position: -412px -132px;
    width: 57px;
    height: 52px;
}

.icon-09 {
    background-position: -479px -131px;
    width: 50px;
    height: 55px;
}

.icon-10 {
    background-position: -540px -131px;
    width: 41px;
    height: 55px;
}

.indst-slider .slick-slide {
    margin: 0;
}

.testi-slider img {
    display: block;
    margin: 0 auto;
}

.indst-slider button.slick-arrow {
    font-size: 0;
    background: 0 0;
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: -20px;
    right: 0;
    margin: auto;
    color: #ec1c24;
    cursor: pointer;
}

.indst-slider button.slick-prev {
    left: inherit;
    right: 60px;
    top: inherit;
    bottom: -55px;
    z-index: 1;
}

.indst-slider button.slick-arrow:before {
    font-family: "font awesome 5";
    content: "";
    display: inline-block;
}

.indst-slider button.slick-arrow:before {
    content: "";
    font-weight: 600;
    height: 15px;
    width: 41px;
    line-height: 53px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    display: flex;
    background: url(../images/sprite.png) -263px -15px no-repeat;
}

.indst-slider button.slick-next {
    left: inherit;
    right: 0;
    top: inherit;
    bottom: -55px;
}

.indst-slider button.slick-next:before {
    content: "";
    background-position: -314px -15px;
    width: 41px;
    height: 15px;
}

.hm-sec-07 {
    background: linear-gradient(225deg, #D4292F, #770855);
    min-height: 283px;
    background-size: cover;
    padding: 80px 0 40px;
    position: relative;
    margin-top: 90px;
}

.hd-mn-03 {
    font-size: 40px;
    font-weight: 500;
    color: #FFFFFF;
}

.hd-mn-03 span {
    font-weight: 700;
}

.cta-sc {
    text-align: center;
    margin: 50px 0 0;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
}

.cta-sc li {
    display: inline-block;
    margin: 0 64px 0 0;
    text-align: left;
}

.cta-sc li.last {
    margin: 0;
}

.cta-sc li i {
    display: inline-block;
    vertical-align: middle;
}

.cta-sc li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    padding: 0 0 0 13px;
    line-height: normal;
}

.cta-sc li a:hover {
    color: var(--theme_color);
}

.cta-sc li a span {
    font-size: 16px;
}

.icon-11 {
    background-position: -19px -209px;
    width: 54px;
    height: 51px;
}

.icon-12 {
    background-position: -96px -218px;
    width: 58px;
    height: 48px;
}

.icon-13 {
    background-position: -176px -205px;
    width: 51px;
    height: 51px;
}

.icon-14 {
    background-position: -249px -208px;
    width: 31px;
    height: 49px;
}

.hm-sec-09 {
    padding: 3rem 0 3rem;
    background-color: #EEF4F2;
}

.cnctd h2 {
    font-size: 121px;
    font-weight: 700;
    color: #000000;
    line-height: 74px;
    text-align: center;
}

.cnctd h2 span {
    font-size: 53px;
    font-weight: 500;
    padding: 0 0 25px;
}

.cmnts {
    border-top: 1px solid rgb(0 0 0 / 6%);
    border-bottom: 1px solid rgb(0 0 0 / 6%);
    padding: 25px 0 31px;
    margin: 30px 0 0;
}

.cmnts h4 {
    font-size: 30px;
    font-weight: 500;
    color: #000000;
    margin-bottom: 20px;
}

.cl-eml-cn {
    text-align: center;
    font-size: 0;
}

.cl-eml-cn li {
    display: inline-block;
    width: 50%;
    text-align: center;
}

.cl-eml-cn li a i {
    display: inline-block;
    vertical-align: middle;
}

.icon-15 {
    background-position: -299px -214px;
    width: 35px;
    height: 34px;
}

.cl-eml-cn li a span {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    vertical-align: middle;
    padding: 0 0 0 10px;
    text-align: left;
}

.icon-16 {
    background-position: -350px -212px;
    width: 34px;
    height: 34px;
}

.cl-eml-cn * {
    transition: all .4s ease-in-out;
}

.cl-eml-cn li a {
    line-height: 15px;
}

.cl-eml-cn li.last a {
    display: block;
    text-align: right;
}

.cl-eml-cn li a:hover i {
    transform: translate3d(6px, 10%, 2em);
}

.cnctd {
    width: 370px;
    margin: 0 auto;
}

.field {
    margin-bottom: 30px;
}

.field input,
.field select,
.field textarea {
    font-size: 13px;
    font-weight: 600;
    color: rgba(24, 24, 24, .74);
    background-color: #fff;
    height: 56px;
    padding: 0 15px;
    border-radius: 6px;
    width: 100%;
    text-transform: uppercase;
}

.field input::placeholder,
.field select::placeholder,
.field textarea::placeholder {
    color: rgba(24, 24, 24, .74);
}

.field textarea {
    padding: 15px;
    min-height: 128px;
    resize: none;
}

.field .btn-03 input {
    background-color: transparent;
    font-size: 13px;
    color: #fff;
    font-weight: 600;
    height: auto;
}

.btn-03 .LineAnimation-border {
    background-color: #fff;
}

.btn-03 {
    padding: 22px 65px 22px 27px;
}

.btn-03:after {
    background-position: -409px -18px;
    width: 26px;
    height: 9px;
    top: 43%;
    right: 39px;
}

.btn-03 {
    margin-right: 0;
}

.btn-03:hover {
    color: #fcb200;
}

.field .btn-03:hover input {
    color: #fcb200;
}

footer {
    background-color: #181818;
    padding: 100px 0 0;
}

.ftr-hd h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 10px;
    margin-bottom: 33px;
    position: relative;
}

.ftr-hd h4:before {
    content: " ";
    position: absolute;
    width: 37px;
    height: 1px;
    background-color: var(--theme_color);
    left: 0;
    right: 0;
    bottom: 0;
}

.ftr-hd ul li {
    display: block;
    margin: 0 0 10px;
}

.ftr-hd ul li a {
    font-size: 15px;
    font-weight: 500;
    color: #868686;
    line-height: normal;
}

.ftr-hd ul li a:hover {
    color: var(--theme_color);
}

.ftr-hd ul.scl-ftr li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.ftr-hd ul.scl-ftr li a {
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background-color: #5f5f5f;
}

.ftr-hd ul.scl-ftr li a:hover {
    background-color: var(--theme_color);
}

.ftr-hd ul.scl-ftr li a i {
    color: #181818;
}

.ftr-hd-02 img {
    margin-top: -15px;
}

.scl-ftr {
    margin: 18px 0 0;
}

.ftr-hd ul.adrs li {
    margin: 0 0 15px;
}

.ftr-hd ul.adrs li a i {
    vertical-align: top;
    color: var(--theme_color);
    padding: 0 5px 0 0;
    position: absolute;
    left: 0;
    top: 5px;
}

.ftr-hd ul.adrs li a {
    line-height: 19px;
    position: relative;
    padding-left: 22px;
}

.ftr-btm {
    border-top: 2px solid #3c3c3c;
    padding: 25px 0;
    margin-top: 60px;
}

.ftr-btm ul li:nth-last-child(2) {
    border-right: unset
}

.ftr-btm ul li {
    border-right: 1px solid #707070;
    padding: 0 10px;
    display: inline-block;
}

.ftr-btm ul li.last {
    border-right: none;
    width: 1170px;
    text-align: left;
    line-height: 21px;
    margin-top: 4%;
    color: #868686;
    display: inline-block;
    font-weight: 400;
    font-size: 11px;
}

.ftr-btm ul li.first:before {
    content: "\f0fe";
    font-family: "font awesome 5";
    margin: 0 10px 0 0;
    color: #a7a7a7;
}

.ftr-btm ul li.first.active:before {
    content: "\f146";
    font-family: "font awesome 5";
    margin: 0 10px 0 0;
    color: #a7a7a7;
}

.ftr-btm ul li a,
.ftr-btm p {
    font-size: 14px;
    font-weight: 500;
    color: #707070;
}

.hm-sec-08 h4 {
    font-weight: 600;
    text-align: center;
    color: #4e4e4e;
    margin: 0 0 7px;
}

.edit-sec-02_inner {
    padding-bottom: 0px;
}

a.custom-links {
    background: orange;
    padding: 10px 30px;
    border-radius: 20px;
}

a.custom-links:hover {
    background: white;
    color: var(--theme_color);
    ;
}

.link-container {
    padding-top: 20px;
}

.faqAccordian,
.faqAccordian * {
    -webkit-transition: all .4s ease-In-out;
    -moz-transition: all .4s ease-In-out;
    -o-transition: all .4s ease-In-out;
    transition: all .4s ease-In-out;
}

.faqAccordian {
    display: block;
    margin: 0 0;
}

.faqAccordian>li {
    display: block;
    padding-left: 0;
    border: 1px solid #dddfe1;
    margin-bottom: 21px;
    padding: 19px;
}

.faqAccordian h6 {
    font-size: 15px;
    color: #4e4e4e;
    font-weight: 500;
    position: relative;
    padding-left: 0;
    padding-bottom: 0;
    cursor: pointer;
}

.faqAccordian h6:after {
    content: "\f067";
    font-family: "font awesome 5";
    font-size: 14px;
    color: #6e6e6e;
    position: absolute;
    right: 0;
}

.faqAccordian p {
    font-size: 15px;
    color: #8e8e8e;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 0;
}

.faqData {
    display: none;
}

.faqAccordian>li.active .faqData {
    display: block;
    padding: 9px 0 0;
    border-top: 2px solid #f1f1f1;
    margin: 15px 0 0;
}

.faqAccordian>li.active h6:after {
    content: "\f068";
}

.faqAccordian>li.active h6 {
    color: var(--theme_color);
}

.faqData ul li {
    font-size: 15px;
    color: #8e8e8e;
    font-weight: 500;
    line-height: 24px;
    padding-bottom: 0;
    list-style: disc;
}

.faqData ul {
    margin: 8px 0 0 15px;
}

.faq-sec h3 {
    margin-bottom: 50px;
}

a.interested {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: 1;
}

a.interested div.circle {
    width: 101px;
    height: 101px;
    position: absolute;
    top: -59px;
    left: 50%;
    margin: 0 0 0 -50px;
    background: url(../images/sprite.png) -7px -326px no-repeat;
}

a.interested div.circle span {
    width: 95px;
    height: 35px;
    display: block;
    position: absolute;
    top: -19px;
    left: 50%;
    margin: 0 0 0 -48px;
    text-indent: -9999px;
    text-align: left;
    background: url(../images/sprite.png) -7px -286px no-repeat;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: 50% 75px;
    transform-origin: 50% 75px;
}

a.interested div.circle b {
    position: absolute;
    top: 51%;
    left: 52%;
    width: 18px;
    height: 17px;
    display: block;
    margin: -9px 0 0 -12px;
    background: url(../images/sprite.png) -129px -345px no-repeat;
    -webkit-animation: arrow 1s infinite ease-in;
    animation: arrow 1s infinite ease-in;
}

a.interested:hover div.circle {
    background-position: -5px -448px;
    width: 101px;
    height: 101px;
}

a.interested:hover div.circle span {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

a.interested:hover div.circle b {
    background-position: -127px -377px;
    width: 18px;
    height: 17px;
}

.cl-eml-cn-02 {
    width: 512px;
    margin: 0 57px 0 auto;
    bottom: -58px;
    position: absolute;
    right: 0;
}

.cl-eml-cn-02 li a span {
    font-size: 18px;
    color: #4e4e4e;
}

.icon-17 {
    background-position: -401px -202px;
    width: 54px;
    height: 51px;
}

.icon-18 {
    background-position: -475px -202px;
    width: 58px;
    height: 58px;
}

.cl-eml-cn-02 li a {
    line-height: 22px;
}

.hd-tm {
    margin-top: 86px;
}

.bu {}

.smpls {
    font-size: 16px;
    font-weight: 600;
    color: #242728;
    position: absolute;
    bottom: 130px;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    text-decoration: none;
    width: 24%;
}

.req .hm-sec-03 {
    padding-bottom: 0;
}

.disclaimer-sec p {
    font-size: 19px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #222;
    opacity: .9;
}

.disclaimer-sec p strong:after {
    content: "\f0fe";
    font-family: FontAwesome;
    margin: 0 0 0 10px;
    color: #a7a7a7;
}

.disclaimer-sec p.active strong:after {
    content: "\f146";
}

.disclaimer-sec p:last-child {
    display: none;
    font-size: 13px;
}

.disclaimer-sec .container {
    border-top: 1px solid #efefef;
    padding-top: 23px;
    margin-top: 16px;
}

.mainBanner.slick-slide {
    display: flex !important;
}

.wrapper {
    position: relative;
}

.no-overflow {
    overflow: hidden;
}

.columns {
    position: relative;
    height: 716px;
    overflow: hidden;
}

.hero-image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    width: 100%;
}

.hero-text {
    font-size: 50px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.slick-slider {}

.slick-slider div.slick-active .hero-image {
    -webkit-animation: 8s cubic-bezier(.694, 0, .335, 1) 1s infinite myMove;
    -moz-animation: 8s cubic-bezier(.694, 0, .335, 1) 1s infinite myMove;
    -o-animation: 8s cubic-bezier(.694, 0, .335, 1) 1s infinite myMove;
    -ms-animation: 8s cubic-bezier(.694, 0, .335, 1) 1s infinite myMove;
    animation: 8s cubic-bezier(.694, 0, .335, 1) 1s infinite myMove;
}

@keyframes myMove {
    from {
        transform: scale(1.0, 1.0);
        transform-origin: 50% 50%;
    }

    to {
        transform: scale(1.1, 1.1);
        transform-origin: 50% 0%;
    }
}

@-webkit-keyframes myMove {
    from {
        -webkit-transform: scale(1, 1);
        -webkit-transform-origin: 50% 50%;
    }

    to {
        -webkit-transform: scale(1.1, 1.1);
        -webkit-transform-origin: 50% 0%;
    }
}

@-o-keyframes myMove {
    from {
        -o-transform: scale(1, 1);
        -o-transform-origin: 50% 50%;
    }

    to {
        -o-transform: scale(1.1, 1.1);
        -o-transform-origin: 50% 0%;
    }
}

@-moz-keyframes myMove {
    from {
        -moz-transform: scale(1, 1);
        -moz-transform-origin: 50% 50%;
    }

    to {
        -moz-transform: scale(1.1, 1.1);
        -moz-transform-origin: 50% 0%;
    }
}

@-ms-keyframes myMove {
    from {
        -ms-transform: scale(1, 1);
        -ms-transform-origin: 50% 50%;
    }

    to {
        -ms-transform: scale(1.1, 1.1);
        -ms-transform-origin: 50% 0%;
    }
}

.header-text-home {
    position: absolute;
    top: 12%;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.main-slider .slick-slide {
    margin: 0;
}

.main-slider {
    position: relative;
}

.header-text-home h1 .output {
    display: inline-block;
    padding-right: 9px;
    position: relative;
}

.output .cursor:after {
    -webkit-animation-name: blinker;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
    -webkit-animation-duration: .6s;
    content: "";
    display: inline-block;
    width: 4px;
    height: 63px;
    background: var(--theme_color);
    position: absolute;
    top: 4px;
    right: 0;
}

@-webkit-keyframes blinker {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes zoominoutsinglefeatured {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

.single-featured-image-header {
    animation: zoominoutsinglefeatured 25s infinite;
}

.columns.slick-slide.slick-current.slick-active {
    position: relative;
    z-index: 999999;
}

.icon-dsgn {
    background-position: -10px -126px;
    width: 57px;
    height: 58px;
}

.icon-prf {
    background-position: -89px -126px;
    width: 55px;
    height: 53px;
}

.lrn-mr {
    color: #868686;
    font-size: 15px;
    font-weight: 600;
}

.lrn-mr:hover {
    color: #137451;
}

header {
    transition: all .4s ease-In-out;
}

header.fixed {
    position: fixed;
    background: #fff;
    padding: 10px 0 0;
    box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .1);
    width: 100%;
    z-index: 11;
    transition: all .4s ease-in;
}

.frm-dv {
    margin-right: 45px;
}

.ghst a.LineAnimationButton:after {
    background-position: -409px -18px;
    width: 26px;
    height: 9px;
}

.ghst a.btn-02 .LineAnimation-border {
    background-color: #2ca378;
}

.ghst a.LineAnimationButton:hover:after {
    background-position: -442px -18px;
}

.innerBanner {
    min-height: 340px;
    height: 500px;
    background-position: center;
}

.abt-sec-1 .pbsl p {
    width: 100%;
}

.ab-title h2 {
    font-size: 67px;
    line-height: 81px;
}

.abt-sec-02 h4 {
    color: #1e2124;
    font-size: 21px;
    margin-bottom: 22px;
    text-transform: uppercase;
}

.abt-sec-02 p {
    line-height: 30px;
}

.tlkabt {
    padding-left: 20px;
}

.abt-sec-04 h3 {
    font-size: 40px;
    text-transform: uppercase;
    border-bottom: 3px solid #1e2124;
    display: inline-block;
}

.team-desmain {
    position: relative;
    min-height: 186px;
}

.team-txt {
    box-shadow: 0 0 8px -2px #ddd;
    position: absolute;
    width: 106%;
    left: -9%;
    padding-left: 35px;
    padding-top: 45px;
    padding-bottom: 45px;
    background: #fff;
}

.team-txt h4 {
    font-size: 18px;
    color: #161a1d;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
}

.team-txt h4 strong {
    font-style: normal;
}

.team-txt p {
    font-size: 13px;
    color: #414141;
    font-weight: 400;
    line-height: normal;
    padding-right: 7%;
}

.cnt-sec-01 {
    position: relative;
}

.cnt-form-hold {}

.icon-19 {
    background-position: -171px -309px;
    width: 17px;
    height: 19px;
}

.cnt-form-hold h2 {
    color: #161a1d;
    font-size: 50px;
    font-weight: 700;
}

.cnt-form-hold h2 span {
    text-transform: uppercase;
    color: #666d81;
    font-size: 16px;
    letter-spacing: 3.5px;
    line-height: 50px;
    font-weight: 500;
}

.cnt-form-hold form {
    margin-top: 55px;
}

.cnt-feild input {
    width: 100%;
    background: #f2f3f5;
    height: 78px;
    padding: 0 30px;
    color: #151515;
    border-radius: 5px;
    font-family: gilroy;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.cnt-feild textarea {
    width: 100%;
    background: #f2f3f5;
    height: 78px;
    padding: 20px 30px;
    color: #151515;
    resize: none;
    height: 224px;
    border-radius: 5px;
    margin-bottom: 10px;
    font-family: gilroy;
    font-weight: 500;
}

.cnt-feild input::-webkit-input-placeholder {
    color: #151515;
}

.cnt-feild input::-moz-placeholder {
    color: #151515;
}

.cnt-feild input:-ms-input-placeholder {
    color: #151515;
}

.cnt-feild input:-moz-placeholder {
    color: #151515;
}

.cnt-feild textarea::-webkit-input-placeholder {
    color: #151515;
}

.cnt-feild textarea::-moz-placeholder {
    color: #151515;
}

.cnt-feild textarea:-ms-input-placeholder {
    color: #151515;
}

.cnt-feild textarea:-moz-placeholder {
    color: #151515;
}

.cnt-feild input[type=submit] {
    height: auto;
    background: 0 0;
    padding: 0;
    font-weight: 600;
    color: #161a1d;
    font-size: 18px;
    margin-bottom: 0;
}

.cnt-feild input[type=submit]:hover {
    color: #fff;
}

.cnt-info-bg {
    background: var(--theme_color);
    position: absolute;
    right: 0;
    top: 0;
    width: 32.3%;
    height: 100%;
}

.cnt-info {
    z-index: 8;
}

.icon-20 {
    background-position: -121px -408px;
    width: 30px;
    height: 40px;
}

.cnt-info ul {
    padding-left: 20%;
}

.cnt-info li {
    border-bottom: 1px solid #fff;
    padding-bottom: 90px;
    margin-bottom: 70px;
}

.cnt-info li span {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
}

.cnt-info li i {
    margin-right: 30px;
    vertical-align: top;
    display: inline-block;
}

.cnt-info li span a {
    color: #fff;
}

.icon-21 {
    width: 51px;
    height: 51px;
    background-position: -119px -469px;
}

.icon-22 {
    width: 54px;
    height: 51px;
    background-position: -288px -210px;
}

.cnt-social li {
    margin: 0;
    padding: 0;
    display: inline-block;
    border: none;
}

.cnt-social li a {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.mapholder img {
    width: 100%;
}

.edit-sec-01 {
    text-align: center;
}

.bolit_point {
    display: flex;
    list-style: disc;
}

.bolit_point li {
    margin: 10px 24px;
}

.heading {
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    line-height: 1.2;
    text-align: center;
}

.edit-sec-01 p {
    color: #4e4e4e;
    font-weight: 400;
    margin-top: 25px;
    font-size: 18px;
}

.pub-sec-04 h3 {
    line-height: 51px;
    display: inline-block;
}

.priintxt {
    padding-left: 5%;
}

.pub-sec-05 ul li:last-child {
    width: 100%;
}

.pub-sec-05 ul li {
    padding-left: 7%;
}

.pub-sec-05 ul li.first {
    padding-left: 0;
}

.pub-sec-05 ul li:nth-child(4) {
    padding-left: 0;
}

.pub-sec-05 ul li.last {
    padding-left: 0;
}

.edit-sec-02_inner h4 {
    font-size: 40px;
    color: #000000;
    text-transform: capitalize;
    display: inline;
    margin-bottom: 50px;
    line-height: 55px;
}

p.paragraph,
p.para {
    font-size: 18px;
    color: #4e4e4e;
    font-weight: 400;
}

.ghostserv {
    margin: 0 auto;
}

.ghostserv ul {
    padding-left: 70px;
}

.edit-sec-03 .poster-main .poster-list {
    height: 490px !important;
}

.auth-news h3 {
    height: auto;
    display: inline-block;
    line-height: 51px;
}

.edit-sec-04 h4 {
    font-size: 18px;
    color: #4e4e4e;
    margin-top: 45px;
}

.edit-sec-04 ul {
    text-align: left;
    font-weight: 400;
    font-size: 0;
    color: #4e4e4e;
    margin-top: 25px;
    margin-bottom: 60px;
}

.edit-sec-04 ul li {
    margin: 5px 0;
    line-height: 30px;
    font-size: 18px;
    display: inline-flex;
    width: 33.33333%;
}

.edit-sec-04 ul li i {
    font-size: 14px;
    margin-top: 8px;
    margin-right: 10px;
}

.our-editor .slick-slide {
    margin: 0;
}

.our-editor .slick-slide img {
    width: 100%;
}

.editor-des {
    background: #fff;
    position: relative;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 0;
    padding: 30px;
    box-shadow: 0 0 20px -14px #000;
    border-radius: 5px;
    margin-top: -40px;
}

.editor-des p {
    margin-top: 0;
}

.our-editor {}

.our-editor .slick-list {
    padding-bottom: 4%;
}

.our-editor h5 {
    color: var(--theme_color);
    margin-bottom: 30px;
    font-size: 22px;
}

.our-editor button.slick-prev {
    left: inherit;
    right: 60px;
    top: inherit;
    bottom: -55px;
    z-index: 9999;
}

.our-editor button.slick-arrow {
    font-size: 0;
    background: 0 0;
    border: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0 auto;
    color: #ec1c24;
    cursor: pointer;
}

.our-editor button.slick-arrow:before {
    content: "";
    font-weight: 600;
    height: 15px;
    width: 41px;
    line-height: 53px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    display: flex;
    background: url(../images/sprite.png) -156px -15px no-repeat;
}

.our-editor button.slick-next {
    left: inherit;
    right: auto;
    top: inherit;
    bottom: 0;
    display: inline-block !important;
    margin: 0 40px;
}

.our-editor button.slick-next:before {
    content: "";
    background-position: -208px -15px;
    width: 41px;
    height: 15px;
}

.team-sec ul {
    padding: 0;
    margin: 0;
}

.team-sec ul li {
    position: relative;
    display: inline-block;
    min-height: 450px;
    margin: 0 15px 80px;
}

.membinfo {
    background: #fff;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 20px;
    box-shadow: 0 0 9px -6px #333;
    text-align: center;
}

.membinfo h5 {
    color: var(--theme_color);
    margin-bottom: 30px;
    font-size: 22px;
}

.membinfo p {
    font-weight: 400;
}

.memb-prof {
    position: absolute;
    top: 48%;
    width: 80%;
    text-align: center;
    background: var(--theme_color);
    margin: 0 auto;
    left: 0;
    right: 0;
    padding: 10px 0;
    color: #fff;
    display: none;
}

.memb-prof p a {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

.team-sec ul li:hover .memb-prof {
    display: block;
}

.v-all a {
    text-decoration: none;
    color: var(--theme_color);
    font-size: 22px;
    text-decoration: underline;
}

.pbox-holder {
    border: 1px solid #d9d9d9;
    padding: 9px 10px 0 30px;
    margin-bottom: 80px;
    min-height: 338px;
}

.price-desc h4 {
    font-size: 20px;
    color: var(--theme_color);
    margin-bottom: 12px;
    line-height: 23px;
}

.price-desc p {
    font-weight: 400;
    font-size: 14px;
    color: #393939;
    line-height: 18px;
}

.price-desc p.cstm-srv {}

.price-desc h5 {
    font-size: 15px;
    color: var(--theme_color);
    margin-top: 12px;
    margin-bottom: 12px;
}

.price-desc p strong {
    color: #161616;
    font-size: 25px;
}

.price-desc a {
    margin-top: 30px;
}

.price-desc a.btn-02 .LineAnimation-border {
    background-color: var(--theme_color);
}

.privacypage h3 {
    font-size: 35px;
    font-weight: 700;
    color: #4e4e4e;
    margin: 25px 0;
}

.privacypage h4 {
    font-size: 23px;
    font-weight: 700;
    color: #4e4e4e;
    margin: 19px 0;
}

.privacypage p {}

.privacypage p,
.privacypage li {
    font-size: 17px;
    color: #989ca2;
    font-weight: 500;
    line-height: 27px;
}

.privacypage li {
    margin-bottom: 8px;
}

.privacypage p,
.privacypage ol,
.privacypage ul {
    margin: 15px 0;
}

.privacypage ul {
    list-style: disc;
    margin-left: 18px;
}

.privacypage ol {
    list-style: decimal;
    margin-left: 18px;
}

.bookimg {
    text-align: right;
}

.inbhold {
    padding-right: 0;
}

.fiction-sec-02 .tstr {}

.price-sec-01 h3 {
    text-transform: uppercase;
    border-bottom: 3px solid;
    display: inline;
    text-align: center;
    width: 100%;
}

.price-sec-01 p {
    margin-top: 0;
}

.ghst-srvc-sec h3 {
    text-align: left;
    font-size: 40px;
    line-height: 56px;
}

.ghst-srvc-sec .edit-sec-01 {
    text-align: left;
}

.vx-wk h4 {
    font-size: 30px;
    font-weight: 700;
    color: #4e4e4e;
    display: inline;
    border-bottom: 2px solid #4e4e4e;
    line-height: 44px;
    text-transform: uppercase;
}

.athrs-apr {
    padding: 0 0 0 50px;
}

.vx-wk {
    text-align: center;
}

.vx-wk img {
    display: block;
    margin: 90px auto;
}

.btn-prc {
    width: 208px;
    height: 53px;
    line-height: 51px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: var(--theme_color);
    text-align: center;
    text-transform: uppercase;
    border: 1px solid var(--theme_color);
}

.btn-prc:hover {
    background-color: transparent;
    color: var(--theme_color);
}

.vx-wk-02 {
    position: relative;
}

.vx-wk-02:before {
    content: " ";
    position: absolute;
    left: -14px;
    top: 16px;
    width: 1px;
    height: 384px;
    background-color: #ccc;
}

.vx-wk-02 img {
    margin-right: -19px;
}

.icon-23 {
    background-position: -164px -38px;
    width: 72px;
    height: 63px;
}

.cstm-dlvr h4 {
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    margin: 26px 0 21px;
    text-align: left;
    line-height: 28px;
}

.cstm-dlvr p {
    font-size: 15px;
    font-weight: 500;
    color: #4e4e4e;
    line-height: 24px;
}

.cnsltn-rv li {
    width: 229px;
    display: inline-block;
    margin-right: 236px;
    text-align: left;
    margin-bottom: 24px;
}

.cnsltn-rv li:nth-child(3) {
    margin-right: 0;
}

.cnsltn-rv li:nth-child(5) {
    margin-right: 0;
}

.cnsltn-rv {
    text-align: center;
}

.icon-24 {
    background-position: -256px -38px;
    width: 77px;
    height: 66px;
}

.icon-25 {
    background-position: -341px -37px;
    width: 77px;
    height: 67px;
}

.icon-26 {
    background-position: -428px -45px;
    width: 89px;
    height: 59px;
}

.icon-27 {
    background-position: -526px -35px;
    width: 73px;
    height: 69px;
}

.arrow-01 {
    position: relative;
}

.arrow-01:before {
    content: " ";
    position: absolute;
    right: -218px;
    bottom: 15px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -172px -286px;
    width: 186px;
    height: 214px;
}

.arrow-01:hover:before {
    background-position: -176px -710px;
}

.arrow-02 {
    position: relative;
}

.arrow-02:before {
    content: " ";
    position: absolute;
    left: -218px;
    bottom: 15px;
    background: url(../images/sprite.png) no-repeat;
    background-position: -384px -287px;
    width: 186px;
    height: 214px;
}

.arrow-02:hover:before {
    background-position: -388px -711px;
}

.auth-sec-04 ul li {
    width: 50%;
}

.auth-sec-05 {
    background: url(../images/auth-webg.jpg) no-repeat;
    background-size: cover;
    min-height: 287px;
    padding: 55px 0;
}

.auth-sec-05 h3 {
    text-transform: uppercase;
}

.book_edit_format ul {
    margin-top: 15px;
}

.book_edit_format ul li {
    font-size: 17px;
    color: #4e4e4e;
    font-weight: 400;
    line-height: 1.4em;
    position: relative;
    padding-left: 28px;
    margin: 7px 0;
}

.book_edit_format ul li:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f058";
    font-family: "font awesome 5";
    font-size: 17px;
    position: absolute;
    top: 3px;
    left: 0;
}

.covimg-hold img {
    width: 100%;
}

.book-coverslider {
    padding-top: 5%;
    padding-bottom: 15%;
}

.book-coverslider .slick-arrow {
    position: absolute;
    top: 0;
    left: -20px;
    right: 0;
    margin: 0 auto;
    cursor: pointer;
    font-size: 0;
}

.book-coverslider .slick-next {
    background: url(../images/sprite.png) no-repeat;
}

.book-coverslider button.slick-arrow:before {
    content: "";
    font-weight: 600;
    height: 15px;
    width: 41px;
    line-height: 53px;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    display: flex;
    background: url(../images/sprite.png) -156px -15px;
}

.book-coverslider button.slick-next:before {
    content: "";
    background-position: -208px -15px;
    width: 41px;
    height: 15px;
}

.book-coverslider button.slick-next {
    left: inherit;
    right: -55px;
    top: 0;
    display: inline-block !important;
    margin: 0 40px;
}

.pub-ebook-02 p {}

.icon-28 {
    background-position: -118px -280px;
    width: 47px;
    height: 47px;
}

.pub-cri-02 {
    padding-left: 0;
}

.pub-cri-02 ul {
    margin-top: 13px;
}

.pub-cri-02 li {
    display: inline-block;
    width: 48%;
    font-weight: 400;
    padding: 10px 0 10px 54px;
    position: relative;
    vertical-align: middle;
    min-height: 68px;
    line-height: 1.2em;
}

.pub-cri-02 li:before {
    background: url(../images/sprite.png) no-repeat;
    background-position: -118px -280px;
    width: 47px;
    height: 47px;
    display: block;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
}

.other-serv-main {
    margin-top: 60px;
}

.other-innerbox {
    text-align: left;
    margin-bottom: 24px;
}

.other-innerbox h4 {
    font-weight: 700;
    font-size: 20px;
    color: var(--theme_color);
}

.other-innerbox p {
    margin: 20px 0 0;
    color: #393939;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    padding-right: 10%;
}

.other-innerbox a {
    margin-top: 25px;
    color: var(--theme_color);
}

.other-innerbox a.btn-02 .LineAnimation-border {
    background-color: var(--theme_color);
}

.other-innerbox a.btn-02:hover {
    color: var(--theme_color);
}

.other-innerbox a.btn-02:after {
    background-position: -371px -18px;
}

.edit-sec-01 h3 em {
    font-size: 20px;
}

.ftr-hd {
    font-size: 0;
    margin-top: -34px;
}

.ftr-hd ul.lnks {
    width: 20%;
    display: inline-block;
    vertical-align: top;
}

.ftr-hd-02 img {
    margin-top: 0;
}

.awrds {
    margin-top: 50px;
}

.fcss i.sprite {
    transition: all .3s ease-in-out;
    height: 63px;
}

.pricing-sec-delvry {
    padding-top: 0;
}

.book-desgn-cvr-02 {
    padding-top: 80px;
}

.auth-news {
    padding-bottom: 65px;
}

.no-margin .tstr {
    margin: 0;
}

.ftr-para {
    font-size: 15px;
    font-weight: 500;
    color: #868686;
    line-height: 21px;
    margin-bottom: 16px;
}

.adrs {
    margin: 22px 0 0;
}

.pub-cri-02 .slf-pbsl li {
    width: 100%;
    font-size: 18px;
    color: #4e4e4e;
    display: flex;
    align-items: baseline;
    line-height: normal;
    padding: 4px 0;
}

.pub-cri-02 .slf-pbsl li i {
    font-size: 14px;
    margin-top: 8px;
    margin-right: 10px;
}

.pub-cri-02 .slf-pbsl {
    padding: 12px 0 0;
}

.thankyouBanner .header-text {
    text-align: center;
}

.thankyouBanner h1 {
    font-size: 87px;
    font-weight: 700;
    color: #fff;
    line-height: normal;
}

.thankyouBanner p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    line-height: 30px;
    margin-bottom: 38px;
}

.thankyouBanner {
    height: 615px;
}

.thankyouBanner a {
    width: 157px;
    height: 50px;
    line-height: 48px;
    border: 1px solid #e8edd3;
    border-radius: 40px;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    margin: 0 15px;
}

.thankyouBanner a:hover {
    background-color: #fff;
    color: var(--theme_color);
}

.pub-cri-03 ul li {
    min-height: auto;
}

.pub-cri-03 ul li:before {
    display: none;
}

.price-sec-02 a {
    margin-top: 16px;
    padding: 0;
    color: #fff;
    position: absolute;
    bottom: 16px;
}

.price-sec-02 a:after {
    background-position: -409px -18px;
    width: 26px;
    height: 9px;
    right: 17px;
}

.price-sec-01 {
    padding: 50px 0;
}

.popupMain {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 808px;
    height: 600px;
    padding: 0;
    background: #fff;
    border-radius: 10px;
    margin: auto;
    z-index: 12;
    display: none;
}

.popupMain .closePop {
    position: absolute;
    right: -15px;
    top: -10px;
    background: var(--theme_color);
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    font-weight: 600;
}

.popupMain .closePop:before {
    content: "";
    background: url(../images/close-btn.html);
    width: 11px;
    height: 12px;
    position: absolute;
}

.popTxt {
    text-align: left;
}

.popTxt h6 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #181818;
    margin-top: 65px;
}

.popTxt p {
    font-size: 25px;
    color: #000;
    font-weight: 500;
    margin-bottom: 33px;
}

.popTxt p span {
    color: #181818;
    font-weight: 700;
}

.popField {
    margin-bottom: 18px;
    position: relative;
}

.popField.half {
    width: 48.2%;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.popField.half.noMar {
    margin-right: 0;
}

.popField.half.two {
    width: 22.3%;
}

.popField input,
.popField select {
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    font-size: 14px;
    color: #7e7e7e;
    font-weight: 500;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 310px;
    font-family: circularstd;
    background: #fff;
}

.popField label {
    font-size: 18px;
    font-weight: 600;
    color: rgba(34, 34, 34, .6);
    position: absolute;
    top: -10px;
    left: 20px;
    background: #fff;
    padding: 0 15px;
}

.field-btn input,
.field-btn a {
    width: 472px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: #b70404;
    border-radius: 5px;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.field-btn {
    margin-bottom: 25px;
}

.signIn {
    font-size: 18px;
    color: #222;
    font-weight: 600;
}

.signIn a {
    color: #b70404;
    font-size: 18px;
}

.popField input::-webkit-input-placeholder {
    color: #7e7e7e;
}

.popField input::-moz-placeholder {
    color: #7e7e7e;
}

.popField input:-ms-input-placeholder {
    color: #7e7e7e;
}

.popField input:-moz-placeholder {
    color: #7e7e7e;
}

.popupMain.LoginPopup {
    width: 945px;
    height: 600px;
    padding-left: 0;
}

.popup-img {
    float: left;
    width: 46%;
}

.popform-holder {
    float: left;
    width: 50%;
}

.popform-holder form input {
    width: 100%;
    border: 1px solid #d5d5d5;
    height: 52px;
    border-radius: 5px;
    padding: 0 15px;
    font-family: gilroy;
    font-weight: 500;
}

.popform-holder form select {
    width: 100%;
    border: 1px solid #d5d5d5;
    height: 52px;
    border-radius: 5px;
    padding: 0 15px;
    font-family: gilroy;
}

.popform-holder form input::-webkit-input-placeholder {
    color: #181818;
}

.popform-holder form input::-moz-placeholder {
    color: #181818;
}

.popform-holder form input:-ms-input-placeholder {
    color: #181818;
}

.popform-holder form input:-moz-placeholder {
    color: #181818;
}

.popform-holder form button.popup-btn {
    display: block;
    height: 43px;
    line-height: 41px;
    border-radius: 3px;
    border: 1px solid var(--theme_color);
    margin-top: 30px;
    font-size: 18px;
    font-family: gilroy;
    font-weight: 700;
    color: #fff;
    padding: 0 25px;
    background: var(--theme_color);
}

.popform-holder form button.popup-btn:hover {
    background: 0 0;
    color: var(--theme_color);
}

.overlay {
    background-color: rgba(0, 0, 0, .91);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    display: none;
}

.popup-close {
    position: absolute;
    right: -15px;
    top: -15px;
    background: var(--theme_color);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    z-index: 10;
    padding: 0;
    line-height: 27px;
    text-align: center;
}

.popup {
    display: none;
}

.bg-white {
    background: #fff;
    width: 95vw;
    height: 90vh;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
}

.required-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
}

.stepTxt {
    padding: 0 50px 0 0;
}

.stepList {
    font-size: 0;
    display: block;
}

.stepList>li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 40px;
    position: relative;
}

.stepList>li.last {
    margin-right: 0;
}

.stepList>li a {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 2px solid var(--theme_color);
    text-align: center;
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    cursor: default;
}

.stepList>li:before {
    content: "";
    position: absolute;
    right: -37px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 2px;
    border: 1px dashed #cbcccc;
}

.stepList>li.last:before {
    display: none;
}

.stepList>li.active a {
    background: var(--theme_color);
    box-shadow: 0 6px 16px 0 rgba(21, 149, 103, .25);
}

.stepTxt h5 {
    font-size: 44px;
    color: var(--theme_color);
    font-weight: 700;
}

.stepTxt p {
    font-size: 17px;
    color: rgba(0, 0, 0, .6);
    font-weight: 500;
    line-height: 26px;
}

.stepTxt h6 {
    font-size: 19px;
    color: var(--theme_color);
    font-weight: 600;
    line-height: normal;
}

.field-pop select {
    border: 1px solid silver;
    border-radius: 2px;
    font-size: 19px;
    font-weight: 500;
    color: rgba(0, 0, 0, .6);
    padding: 10px;
    width: 100%;
}

.field-half {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-bottom: 20px;
}

.field-pop {
    font-size: 0;
}

.field-half.marRht {
    margin-right: 0;
}

.field-pop input {
    font-size: 15px;
    color: rgba(0, 0, 0, .6);
    font-weight: 500;
    padding: 0 15px;
    height: 50px;
    width: 100%;
    border: 1px solid silver;
    border-radius: 2px;
}

.stepList>li:after {
    content: "";
    width: 40px;
    height: 2px;
    background: var(--theme_color);
    position: absolute;
    right: -40px;
    top: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}

.stepList>li.last:after {
    display: none;
}

.stepList>li.active:after {
    opacity: 1;
}

.btnList {
    font-size: 0;
    display: inline-block;
    padding: 10px 15px;
    border: 1px solid silver;
    border-radius: 2px;
}

.btnList>li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px;
}

.btnList>li.first {
    padding-left: 0;
}

.btnList>li.last {
    padding-right: 0;
}

.btnList>li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #34a37b;
    transform: rotate(25deg);
}

.btnList>li.last:before {
    display: none;
}

.btnList>li a {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme_color);
}

.btnList>li input {
    font-size: 18px;
    font-weight: 700;
    color: var(--theme_color);
    border: none;
    height: auto;
    padding: 0;
}

.btnList>li:hover a,
.btnList>li:hover input {
    color: #000;
}

.arrowList {
    display: inline-block;
    font-size: 0;
    margin-right: 10px;
}

.arrowList>li {
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
}

.disabled a {
    opacity: .4 !important;
    cursor: not-allowed !important;
}

.arrowList>li.last {
    padding-right: 0;
}

.arrowList>li a {
    font-size: 18px;
    color: var(--theme_color);
    font-weight: 400;
}

.customradio {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    line-height: 25px;
    display: block;
    font-size: 19px;
    color: rgba(0, 0, 0, .6);
    font-weight: 500;
    margin-bottom: 15px;
}

.customradio input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: 0;
}

.checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border: 2px solid #cfd4dd;
    border-radius: 2px;
    line-height: 13px;
}

.checkmark:before {
    content: "\f00c";
    position: absolute;
    font-size: 9px;
    color: var(--theme_color);
    font-family: "font awesome 5";
    opacity: 0;
    top: 0;
    left: 2px;
    background: 0 0;
}

.customradio input[type=radio]:checked~.checkmark:before {
    opacity: 1;
}

.bgPop {
    background: url(../images/popup/bg.jpg) #000 no-repeat top center/cover;
    height: 90vh;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bgPop h5 {
    font-size: 133px;
    font-weight: 700;
    color: #fff;
    line-height: 112px;
    margin-bottom: 15px;
}

.bgPop p {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    line-height: 26px;
    margin-bottom: 30px;
}

.bgPop h6 {
    font-size: 17px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.callList {
    font-size: 0;
    display: block;
}

.callList>li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 40px;
}

.callList>li.first {
    padding-left: 0;
}

.callList>li.last {
    padding-right: 0;
}

.callList>li a {
    padding-left: 70px;
    position: relative;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    line-height: normal;
}

.callList>li a span {
    display: block;
    font-size: 18px;
    font-weight: 700;
}

.callList>li a img {
    position: absolute;
    left: 0;
    top: -4px;
}

.callList>li:hover a {
    color: var(--theme_color);
}

body.lp-page {
    font-family: lato, sans-serif;
}

.lp-banner {
    display: flex;
    align-items: center;
    background-color: #f1f1f1;
    min-height: 716px;
    position: relative;
    border-top: 1px solid #dadada;
}

.lp-header-text h1 {
    font-size: 44px;
    font-weight: 500;
    color: #1f1f1f;
    margin-bottom: 38px;
}

.lp-header-text h1 span {
    color: #149467;
    font-weight: 900;
    display: inline;
}

.lp-header-text ul li,
.lp-header-text p {
    font-size: 24px;
    font-weight: 500;
    color: #1b1a1a;
    margin: 0 0 13px;
    position: relative;
}

.lp-header-text ul li {
    font-size: 20px;
    margin: 0 0 11px;
}

.lp-header-text ul li:before {
    content: " ";
    background: url(../images/sprite.png) no-repeat;
    display: inline-block;
    background-position: -19px -740px;
    width: 13px;
    height: 14px;
    padding: 0 24px 0 0;
}

.lp-header-text ul {
    margin-bottom: 46px;
}

.lp-header-text a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: #149467;
    width: 200px;
    height: 48px;
    line-height: 45px;
    border: 1px solid #149467;
    text-align: center;
    font-family: gilroy;
}

.lp-header-text a:hover {
    background-color: transparent;
    color: #149467;
}

.lp-banner .prtnrs-sec {
    background-color: #149467;
}

.lp-header-text {
    padding-bottom: 90px;
}

.lp-h3 {
    font-size: 36px;
    color: var(--theme_color);
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: normal;
    text-transform: capitalize;
}

.lp-para {
    text-align: center;
    color: #4e4e4e;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.lp-sec-01 .lp-para {
    padding: 0 50px;
    margin: 0 0 40px;
}

.lp-slr-bx {
    background-color: #fff;
    min-height: 330px;
    text-align: center;
    padding: 0 30px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    transition: all .4s ease-In-out;
}

.lp-slr-bx * {
    transition: all .4s ease-In-out;
}

.lp-slr-bx:hover {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .26);
}

.lp-slr-bx i {
    background-position: -52px -714px;
    width: 61px;
    height: 61px;
    display: block;
    margin: 0 auto;
}

.lp-slr-bx h4 {
    font-size: 21px;
    font-weight: 700;
    color: var(--theme_color);
    position: relative;
    padding: 0 0 13px;
    margin: 17px 0 13px;
    line-height: normal;
}

.lp-slr-bx h4:before {
    content: " ";
    width: 53px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: var(--theme_color);
}

.lp-slr-bx p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 23px;
}

.lp-prf-bxs {
    margin: 0 auto;
    background-color: #f4f4f4;
    padding: 60px 0 30px;
}

.lp-sec-02 {
    padding-top: 0;
}

.lp-sec-02 h3 {
    margin: 0;
    font-weight: 700;
}

.lp-sec-02 p {
    color: #000;
    font-weight: 600;
    margin-bottom: 65px;
}

.lp-stp-bx {
    background-color: #149467;
    min-height: 298px;
    padding: 46px 27px 0;
    transition: all .4s ease-In-out;
}

.lp-stp-bx * {
    transition: all .4s ease-In-out;
}

.lp-stp-bx:hover {
    background-color: #fff;
}

.lp-icon-02 {
    background-position: -18px -580px;
    width: 51px;
    height: 46px;
}

.lp-stp-bx:hover .lp-icon-02 {
    background-position: -18px -647px;
}

.lp-stp-bx h4 {
    font-size: 19px;
    color: #fff;
    font-weight: 600;
    margin: 22px 0 16px;
}

.lp-stp-bx p {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    line-height: 17px;
}

.lp-stp-bx:hover h4,
.lp-stp-bx:hover p {
    color: #149467;
}

.lp-icon-03 {
    background-position: -80px -576px;
    width: 57px;
    height: 52px;
}

.lp-icon-04 {
    background-position: -147px -575px;
    width: 50px;
    height: 55px;
}

.lp-icon-05 {
    background-position: -208px -575px;
    width: 41px;
    height: 55px;
}

.lp-stp-bx:hover .lp-icon-03 {
    background-position: -80px -643px;
}

.lp-stp-bx:hover .lp-icon-04 {
    background-position: -147px -642px;
}

.lp-stp-bx:hover .lp-icon-05 {
    background-position: -208px -642px;
}

.lp-stp-bx i {
    height: 55px;
}

.lp-testi-box {
    text-align: center;
    padding: 26px 11px;
    transition: all .4s ease-In-out;
}

.lp-testi-box * {
    transition: all .4s ease-In-out;
}

.lp-testi-box p {
    font-size: 17px;
    color: #000;
    line-height: 21px;
    font-weight: 400;
    padding: 20px 5px 0;
    min-height: 196px;
}

.lp-testi-box:hover {
    box-shadow: 0 0 21px 0 rgba(0, 0, 0, .1);
}

.lp-testi-box h6 {
    font-size: 18px;
    color: #000;
    position: relative;
    padding: 20px 0 0;
}

.lp-testi-box h6:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 84px;
    height: 2px;
    background-color: #21ab79;
}

.lp-sec-04 p {
    font-size: 17px;
    color: #000;
    line-height: 24px;
    font-weight: 400;
    padding: 15px 0 0;
}

.lp-prp {
    font-size: 24px;
    font-weight: 400;
    color: #4e4e4e;
    text-align: center;
    margin-bottom: 25px;
}

.lp-design-sec .lp-h3 {
    margin-bottom: 8px;
}

.lp-sec-04 h5 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    text-align: center;
    margin: 40px 0 21px;
}

.lp-sec-04 a.phn-nmbr {
    font-size: 30px;
    font-weight: 700;
    color: #21ab79;
    display: block;
    text-align: center;
}

.lp-sec-04 a i {
    font-size: 24px;
    padding: 0 5px 0 0;
}

.awrdsRcg {
    text-align: center;
}

.awrdsRcg ul {
    display: inline-block;
    border-top: 1px solid #dfdfdf;
    padding: 20px 15px 0;
    margin-top: 30px;
}

.awrdsRcg ul li {
    display: inline-block;
    margin: 0 30px 0 0;
}

.awrdsRcg ul li.last {
    margin-right: 0;
}

.awrdsRcg ul li a {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: #222;
    opacity: .6;
    border-bottom: 1px solid transparent;
}

.awrdsRcg ul li a.nwsMd {
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: center;
    color: var(--theme_color);
    border-bottom: 1px solid var(--theme_color);
    opacity: 1;
}

.awrdsRcg-content {
    display: none;
}

.awrdsRcg-content.active {
    display: block;
}

.partnersDv {
    margin: 50px 0 0;
}

.partnersDv li {
    display: inline-block;
    margin: 0 18px 0 0;
}

.partnersDv li.last {
    margin-right: 0;
}

.grntee {
    min-height: 152px;
    border: 1px solid #e9e9e9;
    width: 902px;
    margin: 65px auto;
    border-radius: 6px;
    padding: 0 28px;
    display: flex;
    align-items: center;
}

.grntee img {
    display: inline-block;
    vertical-align: middle;
}

.grntee p {
    font-size: 24px;
    font-weight: 700;
    color: #121212;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding: 0 89px 0 30px;
}

.lp-btn-02 {
    font-size: 18px;
    font-weight: 400;
    width: 158px;
    height: 51px;
    line-height: 49px;
    border: 1px solid #149467;
    background-color: #149467;
    color: #fff;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    border-radius: 6px;
}

.lp-btn-02:hover {
    background-color: transparent;
    color: #149467;
}

.lp-pblsh {
    text-align: center;
}

.lp-pblsh a {
    width: 285px;
    font-size: 24px;
    height: 60px;
    line-height: 57px;
}

.lp-pblsh h3 {
    margin: 0;
}

.lp-pblsh p {
    padding: 10px 0 35px;
}

.lp-sec-03 h3 {
    margin-bottom: 50px;
}

.lp-sec-04 {
    padding: 80px 0 160px;
}

.lp-page .LineAnimation-border {
    display: none;
}

.lp-page .LineAnimationButton:after {
    display: none;
}

.lp-page .btn-03 {
    width: 158px;
    height: 41px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 0;
    background-color: #181818;
    border: 1px solid #181818;
    font-family: gilroy;
    border-radius: 4px;
    line-height: 41px;
}

.lp-page .btn-03 input {
    font-family: gilroy;
    letter-spacing: 1px;
}

.lp-page .btn-03:hover {
    background-color: transparent;
}

.lp-page .btn-03 input:hover {
    color: #181818;
}

.lp-testi-box img {
    height: 98px;
    width: 98px;
}

.hd-unq {
    font-size: 24px;
    font-weight: 400;
    color: #4e4e4e;
    text-align: center;
    margin-bottom: 25px;
}

.lp-design-01 h3 {
    margin-bottom: 10px;
}

ul.counter-ul {
    font-size: 0;
}

ul.counter-ul li {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.25;
    letter-spacing: normal;
    color: #fff;
    border-radius: 4px;
    border: solid 1px #e9e9e9;
    background-color: #191c20;
    display: inline-block;
    padding: 24px 24px 24px 74px;
    width: 23%;
    margin: 0 1%;
    vertical-align: top;
    min-height: 130px;
    position: relative;
    transition: all .4s ease;
}

ul.counter-ul li img {
    position: absolute;
    left: 20px;
    max-width: 40px;
    top: 0;
    bottom: 0;
    margin: auto;
}

ul.counter-ul li span {
    font-size: 32px;
    font-weight: 600;
    display: block;
}

.lp-pblsh img {
    margin-bottom: 29px;
}

.lp-header-text p.pr-chs {
    margin-bottom: 25px;
    line-height: normal;
}

.lp-hdr-mg img {
    max-width: none;
    display: block;
    margin: auto;
}

.lp-header-text-editing h1 {
    margin-bottom: 28px;
}

.lp-hdr {
    text-align: right;
}

.lp-hdr a {
    font-size: 16px;
    font-weight: 600;
    color: #010202;
}

.lp-hdr a i {
    color: #21ab79;
    padding: 0 2px 0 0;
}

.lp-sec-03-editing .lp-testi-box p {
    min-height: 286px;
}

.lp-header-text-design h1 {
    margin-bottom: 13px;
}

.lp-header-text-design p {
    margin-bottom: 17px;
}

.lp-header-text-design ul {
    margin-bottom: 27px;
}

.lp-sec-03-design .lp-testi-box p {
    min-height: 243px;
}

.lp-sec-03-publishing .lp-testi-box p {
    min-height: 285px;
}

footer.lp-footer {
    padding: 0;
}

footer.lp-footer .ftr-btm {
    border-top: none;
    margin-top: 0;
}

.LineAnimation-border {
    display: none;
}

.side-bar {
    display: none;
}

.side-bar-form {
    width: 464px;
    height: 315px;
    position: absolute;
    right: -464px;
    top: 34vh;
    font-size: 0;
    transition: all .4s ease;
}

.side-bar-frm-head:hover {
    background: black;
}

.side-bar-frm-head {
    cursor: pointer;
    text-align: center;
    width: 316px;
    transform: rotateZ(-90deg);
    float: left;
    height: 50px;
    background: var(--theme_color);
    border-radius: 8px 8px 0 0;
    padding: 17px;
    position: absolute;
    left: -183px;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 16px;
}

.side-bar-frm-head h4 {
    color: #fff;
    text-transform: uppercase;
}

.side-bar-frm-head h4 i {
    margin-right: 10px;
}

.side-bar-frm-bdy {
    display: inline-flex;
    float: right;
    background: #343434;
    padding: 10px 20px;
    height: 100%;
    overflow: hidden;
    width: 100%;
    align-items: center;
}

.field.field-100 {
    width: 100%;
}

.side-bar-frm-bdy .field {
    background: #fff;
    border: 0;
    border-radius: 3px;
    margin: 0 0 10px;
    position: relative;
    padding: 0 0 0 10px;
}

.side-bar .field input,
.side-bar .field textarea,
.side-bar .field select {
    width: 100%;
    background: 0 0;
    padding: 6px 10px;
    border: 0;
    font-size: 12px;
    color: #969696;
    height: 100%;
}

.side-bar-frm-bdy .field input,
.side-bar-frm-bdy .field select {
    padding: 0;
    height: 37px;
}

.side-bar-frm-bdy .field input::placeholder,
.field select::placeholder {
    font-size: 12px;
    font-weight: 400;
}

.side-bar-frm-bdy .field.newcountrycode {}

.side-bar-frm-bdy .field.newcountrycode span {
    left: 13px;
    top: 13px;
}

.field.field-100.btn-bg {
    background: 0 0;
    padding: 0;
}

.side-bar-form.active {
    right: 0;
}

.side-bar::after {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000000b5;
    z-index: -1;
    display: none;
}

.side-bar.active::after {
    display: block;
}

.side-bar-frm-bdy .pull-left,
.side-bar-frm-bdy .pull-right {
    width: 50%;
    padding: 10px 20px 10px 0;
    display: inline-flex;
    align-items: center;
}

.side-bar-frm-bdy .pull-right {
    padding: 10px 0 10px 20px;
    height: 100%;
    position: relative;
    display: inline-flex;
}

.side-bar-frm-bdy h4 {
    color: #fff;
    font-size: 27px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.side-bar-frm-bdy p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 300;
    line-height: 15px;
    margin: 4px 0 15px;
    font-size: 12px;
}

.side-bar-frm-bdy p span {
    color: var(--theme_color);
    font-weight: 600;
}

.side-bar-frm-bdy .pull-right ul li {
    font-size: 12px;
    line-height: normal;
    margin: 0 0 5px;
    color: #fff;
    position: relative;
    font-weight: 400;
}

.side-bar-frm-bdy .pull-right ul li::before {
    content: "\f054";
    font-family: "font awesome 5";
    color: var(--theme_color);
    margin: 0 6px 0 0;
}

.side-bar-frm-bdy .pull-right::after {
    content: "";
    width: 1px;
    height: 74%;
    background: #424242;
    position: absolute;
    top: 4px;
    left: 0;
    bottom: 0;
    margin: auto;
}

.side-bar-frm-bdy .mn-btn2 {
    background: var(--theme_color) !important;
    color: #fff !important;
    padding: 8px !important;
    font-size: 14px;
}

.side-bar-frm-head.active h4 i.fa.fa-chevron-circle-up::before {
    content: "\f13a";
}

.main-links {
    margin-left: 40px;
}

.main-links ul li {
    display: inline-block;
    margin: 0 35px 0 0;
}

.main-links ul li.last {
    margin: 0;
}

.main-links ul li a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.main-links ul li a:hover {}

.nmb-cht {
    text-align: right;
}

.nmb-cht ul li {
    display: inline-block;
    margin: 0 18px 0 0;
}

.nmb-cht ul li.last {
    margin: 0;
    width: 150px;
}

.nmb-cht ul li a i {
    display: inline-block;
    margin: 0 2px 0 0;
    position: relative;
    top: 2px;
}

.nw-icon-01 {
    background-position: -629px -8px;
    width: 24px;
    height: 17px;
}

.nw-icon-02 {
    background-position: -664px -9px;
    width: 21px;
    height: 18px;
}

.grn-btn {
    width: 182px;
    height: 45px;
    line-height: 42px;
    border-radius: 8px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border: 1px solid #00b755;
    padding: 0;
    background: #00b755;
    background: -moz-linear-gradient(left, #00b755 0%, var(--theme_color) 100%);
    background: -webkit-linear-gradient(left, #00b755 0%, var(--theme_color) 100%);
    background: linear-gradient(to right, #00b755 0%, var(--theme_color) 100%);
}

.LineAnimationButton {
    background: #fff;
    border: 2px solid #161a1d;
    height: 60px;
    line-height: 57px;
    border-radius: 8px;
    font-size: 16px;
    color: #161a1d;
    font-weight: 600;
    text-align: center;
    padding: 0;
}

.LineAnimationButton:hover {
    background: var(--theme_color);
    color: #fff;
    border-color: var(--theme_color);
}

.nmb-cht * {
    transition: all .4s ease-In-out;
}

.nmb-cht ul li a:hover .nw-icon-01 {
    background-position: -629px -32px;
}

.nmb-cht ul li a:hover .nw-icon-02 {
    background-position: -664px -33px;
}

.nmb-cht ul li a:hover {
    color: var(--theme_color);
}

.new-navigation {
    background-color: #161a1d;
    margin: 20px 0 0;
}

.new-navigation ul {
    text-align: center;
}

.new-navigation li {
    display: inline-block;
    margin: 0 5px 0 0;
}

.new-navigation li.last {
    margin: 0;
}

.new-navigation li a {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
    padding: 21px 32px;
}

.new-navigation li a:hover {
    background-color: var(--theme_color);
}

.prtnrs-sect p {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}

.plt-id span {
    font-size: 22px;
    color: #000;
    display: block;
    text-align: center;
    font-weight: 500;
    padding: 0 0 10px;
}

.plt-id {
    text-align: center;
}

.plt-id .grn-btn {}

.prtnrs-sect {
    padding: 35px 0;
}

.prtnrs-sect img {
    margin: 11px 0 0;
}

.bookSec {
    padding: 40px 0;
}

.bookSec .box {
    text-align: center;
    border-bottom: 5px solid #c5c5c5;
    position: relative;
}

.bookSec .box:after {
    border: 15px solid transparent;
    border-top-color: #c5c5c5;
    bottom: -32px;
    content: "";
    left: 46%;
    position: absolute;
}

.bookSec .box img {}

.bookSec .box h2 {
    color: #111;
    font-size: 21px;
    padding: 0 0 15px;
    letter-spacing: -1px;
}

.bookSec .box p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    padding: 0 0 20px;
    margin: 0;
    color: #091e42;
}

.homepage-programs--entry .program-icon img {
    width: 100%;
    height: 35px;
    margin: 0 auto;
}

.homepage-programs--entry {
    -ms-flex: 0 1 23%;
    padding-top: 30px;
}

.homepage-programs--entry .program-info {
    text-align: center;
}

.homepage-programs--entry .program-icon {
    height: 35px;
    margin-bottom: 15px;
}

.homepage-programs--entry .program-title {
    font-size: 17px;
    line-height: 17px;
    font-weight: 500;
}

.homepage-programs--entry .program-title a {
    color: #091e42;
}

.homepage-programs--entry .program-title span {
    display: block;
    font-size: 20px;
    line-height: 35px;
    font-weight: 700;
}

.bookSec .slick-prev,
.bookSec .slick-next {
    position: absolute;
    display: block;
    height: 50px;
    width: 50px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    background: var(--theme_color);
    border: 1px solid var(--theme_color);
    border-radius: 50%;
    color: transparent;
    top: 55.5%;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    outline: none;
}

.bookSec .slick-prev:hover,
.bookSec .slick-next:hover {
    background: 0 0;
}

.bookSec .slick-prev {
    left: -70px;
    z-index: 8;
}

.bookSec .slick-prev:before,
.bookSec .slick-next:before {
    font-family: "font awesome 5";
    font-size: 16px;
    line-height: 1;
    color: #fff;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bookSec .slick-prev:hover:before,
.bookSec .slick-next:hover:before {
    color: var(--theme_color);
}

.bookSec .slick-prev:before {
    content: "\f053";
}

.bookSec .slick-next {
    right: -70px;
}

.bookSec .slick-next:before {
    content: "\f054";
}

html section.section-secondary {
    background-color: #eef4f2 !important;
    border-color: #dfeae6 !important;
}

.custom-section-padding {
    padding: 60px 0;
}

.custom-section-padding h2 {
    font-size: 42px;
    font-weight: 700;
    color: #161a1d !important;
    text-align: center;
    text-transform: capitalize;
    padding-bottom: 13px;
}

html section.section-secondary p {
    color: #5e5e5e;
    line-height: 24px;
}

.expertise-text p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

.expertise-text>p {
    margin-bottom: 30px;
}

.feature-box.custom-feature-box {
    margin-bottom: 19.2px;
    margin-bottom: 1.2rem;
}

.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-box.custom-feature-box .feature-box-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: 0 0;
    width: 100px;
    position: relative;
    height: 100px;
    border: 6px solid #fff;
    border-radius: 100%;
    padding: 5px;
    margin-top: 0;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: ease box-shadow .3s;
    transition: ease box-shadow .3s;
}

.feature-box.feature-box-style-2 .feature-box-icon {
    background: 0 0;
    top: -3px;
}

.feature-box .feature-box-icon {
    background-color: #4dbb6d;
}

.feature-box .feature-box-icon {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: rgba(0, 0, 0, .06);
    border-radius: 100%;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 7px;
    text-align: center;
    padding: .8em;
    height: 1px;
    width: 2.7em;
    height: 2.7em;
}

.feature-box.custom-feature-box .feature-box-icon img {
    position: absolute;
    width: 113%;
    top: 50%;
    left: 50%;
    z-index: 0;
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1);
    -webkit-transition: ease transform .3s;
    transition: ease transform .3s;
}

.feature-box .feature-box-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 15px;
}

.feature-box.feature-box-style-2 h4 {
    color: #212529;
    margin-bottom: 10px;
}

.font-weight-bold,
b,
strong {
    font-weight: 700 !important;
}

.text-5 {
    font-size: 1.5em !important;
}

.text-2 {
    font-size: .8em !important;
    margin-bottom: 25px;
}

.feature-box.custom-feature-box.custom-feature-box-active .feature-box-icon img,
.feature-box.custom-feature-box:hover .feature-box-icon img {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1.1);
    transform: translate3d(-50%, -50%, 0) scale(1.1);
}

.popupMain.genrePopup {
    width: 935px;
    height: 470px;
    background: #111;
    border-radius: 20px;
}

.gnr-ctgrs {
    padding: 40px 35px;
}

.gnr-ctgrs ul {
    font-size: 0;
}

.gnr-ctgrs ul li {
    width: 25%;
    display: inline-block;
    margin: 0 0 14px;
}

.gnr-ctgrs ul li a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 12px 14px;
    display: block;
}

.gnr-ctgrs ul li a:hover {
    background-color: var(--theme_color);
    color: #fff;
}

.gnr-hd {
    padding: 21px 39px;
    border-radius: 15px;
    background-color: #1d1d1d;
    margin: -36px 0 0 0;
    display: inline-block;
}

.h4-grnr {
    font-size: 40px;
    font-weight: 700;
    color: var(--theme_color);
    text-transform: uppercase;
}

.popupMain.genrePopup .closePop {
    right: 10px;
    top: 10px;
    background: 0 0;
    color: #06b959;
    font-size: 24px;
}

.dropdown-nav {
    position: relative;
}

.new-navigation ul>li.dropdown-nav:hover>a {
    background: var(--theme_color);
    color: #fff;
}

ul.dropdown {
    position: absolute;
    left: 0;
    top: 57px;
    margin: auto;
    background: #161a1d;
    padding: 15px 0;
    border-radius: 0 0 10px 10px;
    text-align: left;
    z-index: 2;
    box-shadow: 40px 18px 40px rgba(0, 0, 0, .09);
    display: none;
}

ul.dropdown li {
    width: 100%;
    display: block;
}

.mega-menu ul.dropdown {
    left: -175%;
}

ul.dropdown li a {
    font-size: 15px;
    font-weight: 500;
    display: block;
    color: #fff;
    padding: 13px 27px;
    border-bottom: 1px solid #333;
    text-transform: capitalize;
    line-height: 18px;
    width: 220px;
}

ul.dropdown>li:hover>a {
    color: #fff;
    background: var(--theme_color);
}

ul.dropdown li.last {
    margin-bottom: 0;
}

ul.dropdown li.last a {
    border: none;
}

ul.dropdown .submenudrop {
    position: relative;
}

ul.dropdown .submenudrop ul {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 241px;
    margin: auto;
    background: #161a1d;
    padding: 0 0;
    border-radius: 0 0 10px 10px;
    text-align: left;
    z-index: 2;
    box-shadow: 40px 18px 40px rgba(0, 0, 0, .09);
}

ul.dropdownn .submenudropp ul {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
    width: 241px;
    margin: auto;
    background: #161a1d;
    padding: 0 0;
    border-radius: 0 0 10px 10px;
    text-align: left;
    z-index: 2;
    box-shadow: 40px 18px 40px rgb(0 0 0/9%);
}

.no-desktop.only-mobile {
    display: none;
}

header.stick {
    position: fixed;
    top: -170px;
    left: 0;
    right: 0;
    z-index: 9;
    transition: .4s top cubic-bezier(.3, .73, .3, .74);
    background: #fff;
}

.stick.slideDown {
    top: 0;
}

.slideform {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
}

.cnt-feild .inbhold {
    padding-right: 15px;
}

.mapholder {
    padding-top: 0;
}

.hm-sec-02 .LineAnimationButton {
    border: 2px solid #fff;
    border-radius: 3px;
    background: 0 0;
    color: #fff;
}

.hm-sec-02 .LineAnimationButton:hover {
    background: var(--theme_color);
    color: #fff;
    border-color: var(--theme_color);
}

.hm-sec-09 .frm-dv .LineAnimationButton {
    background: 0 0;
    border: 2px solid #fff;
}

.hm-sec-09 .frm-dv .LineAnimationButton:hover {
    background: #fff;
}

.hm-sec-09 .frm-dv .LineAnimationButton:hover input {
    color: #161a1d;
}

.nmb-cht .LineAnimationButton {
    border: 2px solid #161a1d;
    color: #161a1d;
    background: 0 0;
}

.nmb-cht .LineAnimationButton:hover {
    background: var(--theme_color);
    color: #fff;
    border-color: var(--theme_color);
}

.header-text-home a {
    width: 186px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 3px;
    background: 0 0;
    line-height: 56px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.header-text-home .LineAnimationButton:hover {
    background: #fff;
    color: #161a1d;
    border-color: #fff;
}

.plt-id .grn-btn {
    border: 2px solid #161a1d;
    color: #161a1d;
    background: 0 0;
}

.plt-id .grn-btn:hover {
    background: var(--theme_color);
    color: #fff;
    border-color: var(--theme_color);
}

.ghst a:nth-child(1) {}

.btn-grry {
    background: #161a1d;
    color: #fff;
}

.btn-grry:hover {
    background: 0 0;
    color: #161a1d;
    border-color: #161a1d;
}

.hm-sec-02 .btn-whte {
    background: #fff;
    color: var(--theme_color);
}

.hm-sec-02 .btn-whte:hover {
    background: 0 0;
    color: #fff;
    border-color: #fff;
}

.ggl-prnts {
    display: block;
    margin: 29px 0 0;
}

.bannerForm {
    border-radius: 5px;
    width: 365px;
    height: 405px;
    margin-left: auto;
    align-items: center;
    display: flex;
    justify-content: center;
    position: relative;
    box-shadow: 4px -5px 11px 3px rgb(0 0 0 / 15%);
    border: 4px solid transparent;
    background: var(--border-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.bannerForm h4 {
    font-size: 15px;
    color: #3d3d3d;
    text-align: center;
    display: block;
    letter-spacing: .2px;
}

.bannerFormText h5 {
    font-size: 40px;
    font-family: minion pro;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    color: #fff;
    text-shadow: 2px 3px 15px rgb(0 0 0/0.3);
}

.bannerFormText h5>span {
    font-size: 18px;
    display: block;
    letter-spacing: .2px;
    line-height: 16px;
}

.bannerFormBox {
    position: relative;
}

.bannerFormText {
    position: absolute;
    transform: rotate(-40deg);
    display: inline-table;
    bottom: 35%;
    left: -100px;
}

.bannerForm:after {
    content: "";
    background: url(../images/icons/arrow.html);
    width: 115px;
    height: 138px;
    position: absolute;
    bottom: 18%;
    left: -12%;
}

.bannerForm h2 {
    font-size: 24px;
    font-weight: 600;
    color: #141414;
    letter-spacing: -.4px;
    padding-bottom: 12px;
    text-align: center;
    line-height: 1.1em;
}

.bannerForm h3>span {
    color: #17ebbe;
    font-weight: 900;
    transition: .5s;
    font-size: 41px;
    margin-top: 10px;
}

.bannerForm h3 {
    font-size: 19.11px;
    color: #141414;
    font-weight: 400;
    text-align: center;
}

.bannerForm form {
    text-align: center;
    padding: 0 20px 20px;
}

.fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    background-color: #fff;
    width: 323px;
    height: 50px;
    margin-bottom: 13px;
}

.fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: .2px;
}

.fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
}

.bannerFormBox {
    position: relative;
}

.bannerFormText {
    position: absolute;
    transform: rotate(-40deg);
    display: inline-table;
    bottom: 35%;
    left: -100px;
}

.bannerForm:after {
    content: "";
    background: url(../images/icons/arrow.html);
    width: 115px;
    height: 138px;
    position: absolute;
    bottom: 18%;
    left: -12%;
}

.bannerForm h3>span {
    color: #1e4454;
    font-weight: 900;
    transition: .5s;
    font-size: 41px;
    margin-top: 10px;
}

.bannerForm h3 {
    font-size: 19.11px;
    color: #141414;
    font-weight: 400;
    text-align: center;
}

.bannerForm form {
    text-align: center;
    padding: 0 20px 20px;
}

.fld-input {
    border-style: solid;
    border-width: 1px;
    border-color: rgb(218 217 217);
    border-radius: 5px;
    background-color: #fff;
    width: 325px;
    height: 50px;
    margin-bottom: 15px;
}

.fld-input input {
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 16px;
    letter-spacing: .2px;
}

.fld-input input::placeholder {
    color: #737373;
    font-weight: 400;
}

.row.row-banner {
    display: flex;
    align-items: center;
}

.fld-btn button {
    border-radius: 5px;
    background: var(--btn-gradient);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s;
    font-family: titillium web, sans-serif !important;
    text-align: center;
    padding: 20px 35px;
    margin: 10px;
    color: #FFFFFF;
}

.fld-btn button i {
    padding-left: 12px;
}

.fld-btn button:hover {
    background: #141414;
    color: #fff;
}

.poster-main .poster-btn.poster-prev-btn,
.poster-main .poster-btn.poster-next-btn {
    display: none;
}

section {
    padding: 40px 0;
}

.fld-btn a {
    border-radius: 5px;
    background: var(--btn-gradient);
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    cursor: pointer;
    transition: .5s;
    font-family: titillium web, sans-serif !important;
    margin: 10px;
    text-align: center;
    padding: 20px 35px;
    color: #fff;
}

.fld-btn a i {
    padding-left: 12px;
}

.fld-btn a:hover {
    background: #141414;
    color: #fff;
}

.christmas .bannerForm:after {
    background: url(../images/christmas-img1.png) no-repeat;
    width: 167px;
    height: 222px;
    bottom: 0;
    left: -115px;
}

.christmas .hm-sec-02:after {
    content: '';
    position: absolute;
    background: url(../images/christmas-img2.png) no-repeat;
    width: 250px;
    height: 260px;
    bottom: 0;
    right: 0;
    background-size: contain;
}

.christmas .hm-sec-03 {
    position: relative;
    background: #eef4f2;
}

.christmas .hm-sec-03:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/christmas-bulb1.png) no-repeat;
    width: 208px;
    height: 91px;
}

.christmas .hm-sec-03:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/christmas-bulb2.png) no-repeat;
    width: 270px;
    height: 227px;
    background-size: contain;
}

.christmas .hm-sec-03 h3 {
    padding: 0 100px;
}

.christmas .section-secondary .expertise-text {
    position: relative;
}

.christmas .section-secondary .expertise-text:before {
    content: '';
    position: absolute;
    left: 20px;
    top: -24px;
    background: url(../images/christmas-img3.png) no-repeat;
    width: 159px;
    height: 92px;
}

.christmas .section-secondary .expertise-text:after {
    content: '';
    position: absolute;
    right: 60px;
    top: -33px;
    background: url(../images/christmas-img4.png) no-repeat;
    width: 102px;
    height: 128px;
}

.logo a img.christmaslogo {
    width: 191px;
}

.trst-wht-bx {
    background-color: #fff;
    height: auto;
    width: 250px;
    border-radius: 6px;
    padding: 5px 6px;
    margin: 20px 0 0;
}

.brk-dv {
    margin: 30px 0 0;
}

.text-center .btn {
    font-size: 10px;
    margin-top: -3rem;
    background-color: var(--theme_color);
    ;
    border-color: var(--theme_color);
    ;
    width: 150px;
    text-align: center;
}

.bookbtn {
    margin: auto;
    position: absolute;
    bottom: 70px;
    left: 0px;
    right: 0px;
    color: #fff;
    font-size: 25px;
    background: var(--theme_color);
    ;
    border: 2px solid var(--theme_color);
    ;
    border-radius: 3px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 20px 10px;
    text-align: center;
}

@media (min-width: 1600px) {
    .ghostwriter {
        padding-left: 5rem;
    }

    .cnt-info-bg {
        width: 38%;
    }
}

@media (min-width: 1200px) {
    .lp-prf-bxs .container {
        width: 980px;
        max-width: 100%;
    }
}

@media (min-width: 1200px) {
    .ghostwriter {
        padding-left: 5rem;
    }

    .lp-prf-bxs .container {
        width: 980px;
        max-width: 70%;
    }
}

@media (max-width: 1199px) {
    .navigation {
        text-align: center;
    }

    .navigation ul li {
        margin: 0 10px 0 0;
    }

    .prtnrs-sec img {
        padding: 0 3%;
        width: 100%;
    }

    .pbsl p {
        width: 100%;
    }

    .pbsl h2 br {
        display: none;
    }

    .btn-02 {
        margin-right: 20px;
    }

    .menu-Bar {
        display: block;
        top: 0;
    }

    .navigation {
        position: fixed;
        left: -210%;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        background: var(--theme_color);
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-flow: column;
        transition: all .4s ease;
        z-index: 3;
        width: 100vw;
    }

    .navigation ul {
        text-align: center;
    }

    .menuWrap.open .navigation {
        display: flex;
        left: 0;
    }

    .menuWrap.open ul {
        left: 0;
    }

    .navigation ul li {
        display: block;
        margin-right: 0;
    }

    .navigation ul li a {
        color: #fff;
        padding: 0;
        line-height: 40px;
        font-weight: 600;
    }

    .submenu .sub-level2 a {
        line-height: 20px;
    }

    .submenu .sub-level2 a:before {
        content: "-";
        display: inline-block;
        color: #fff;
        font-weight: 700;
        margin-right: 10px;
    }

    .navigation ul li a:hover {
        color: #fff;
    }

    .navigation {
        align-items: start;
        justify-content: flex-start;
        padding: 20px;
        overflow: auto;
    }

    .navigation ul {
        text-align: left;
        width: 100% !important;
    }

    .menu-slogan {
        position: static;
        width: 100%;
        display: none !important;
    }

    .submenu {
        position: static;
        display: block;
        width: 100%;
        background: 0 0;
    }

    li.active ul.sub-level2 {
        padding: 0;
    }

    ul.sub-level2 {
        position: static;
        display: block;
        padding-left: 40px !important;
    }

    ul.sub-level2 .menu-slogan {
        display: none;
    }

    .one.parent .menu-slogan.active {
        display: none;
    }

    .navigation ul li {
        width: 100% !important;
        margin: 15px 0 0;
    }

    ul.dropdown li {
        margin: 0;
    }

    .navigation ul li.haschild>a {
        display: none;
    }

    ul.sub-level2:after {
        display: none;
    }

    ul.sub-level2 li:after {
        display: none;
    }

    ul.sub-level1:after {
        display: none;
    }

    .submenu {
        box-shadow: none;
        padding-top: 0;
    }

    li.slp-dd ul {
        display: block;
        position: static;
        background: 0 0;
        padding-top: 0;
    }

    li.slp-dd ul li a {
        line-height: 10px;
    }

    li.slp-dd ul li a:before {
        content: "-";
        display: inline-block;
        color: #fff;
        font-weight: 700;
        margin-right: 10px;
    }

    li.slp-dd ul li a:after {
        display: none;
    }

    .navigation ul li.last {
        margin: 0;
    }

    li.slp-dd ul li ul {
        display: block;
    }

    li.slp-dd ul li a i {
        display: none;
    }

    ul.dropdown {
        display: block !important;
        position: relative;
        top: 0;
        background: 0 0;
        box-shadow: none;
        padding: 0 0 0 25px;
    }

    ul.dropdown li a {
        border-bottom: none;
        position: relative;
        font-weight: 400;
    }

    ul.dropdown li a:before {
        content: " ";
        position: absolute;
        height: 2px;
        width: 12px;
        background: #fff;
        top: 11px;
        left: -19px;
    }

    .nmb-cht {
        display: none;
    }

    .main-links {
        display: none;
    }

    .no-desktop.only-mobile {
        display: block;
        margin-left: 0;
    }

    .main-links ul li a {
        font-size: 15px;
        font-weight: 600;
        line-height: 15px !important;
    }

    .no-desktop.only-mobile ul li.last {
        margin: 15px 0 0;
    }

    header {
        padding: 15px 0 5px;
    }

    header.stick {
        z-index: 8;
        display: none;
    }
}

@media (max-width: 1040px) {
    .smpls {
        width: 28%;
    }
}

@media (max-width: 992px) {
    .smpls {
        width: 30%;
    }

    .hd-mn-02 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .smpls {
        width: 40%;
    }

    .header-text-home {
        width: auto;
        text-align: center;
        top: 9%;
    }

    .navigation ul li.last {
        margin: 0;
    }

    .qlty {
        padding: 0 30px;
        margin-left: 105px;
    }

    .qlty ul li {
        width: 100%;
        margin: 20px 0;
    }

    .hm-sec-03 p.para-02 {
        padding: 0;
    }

    .fcss ul {
        margin-bottom: 10%;
    }

    .fctns {
        top: -90px;
    }

    .cta-sc li {
        margin: 0 20px 30px 0;
    }

    .faqAccordian {
        column-count: auto;
    }

    .cnctd {
        width: 100%;
    }

    .cnctd h2 br {
        display: none;
    }

    .cnctd h2 span {
        font-size: inherit;
        font-weight: 700;
    }

    .cnctd h2 {
        font-size: 60px;
        line-height: 0;
    }

    .cmnts {
        margin: 20px 0;
    }

    .cmnts h4 {
        text-align: center;
    }

    .field {
        text-align: center;
    }

    .ftr-hd-02 img {
        margin: -93px 0 !important;
        width: 80% !important;
    }

    .payme {
        padding-left: 26vh;
        text-align: left;
        margin-top: 20px;
    }

    .popupMain.genrePopup {
        width: 90%;
        height: 420px;
    }

    .gnr-ctgrs {
        padding: 10px;
        overflow-y: auto;
        height: 364px;
    }

    .h4-grnr {
        font-size: 25px;
    }

    .gnr-hd {
        padding: 14px 32px;
    }

    .gnr-ctgrs ul li {
        width: 50%;
        margin: 0 0 3px;
    }

    .gnr-ctgrs ul li a {
        font-size: 16px;
        padding: 10px 12px;
    }

    .gnr-ctgrs::-webkit-scrollbar {
        width: 3px;
        background-color: transparent;
    }

    .gnr-ctgrs::-webkit-scrollbar-button:start:decrement,
    ::-webkit-scrollbar-button:end:increment {
        display: none;
    }

    .gnr-ctgrs::-webkit-scrollbar-track-piece {
        -webkit-box-shadow: none;
        background-color: transparent;
    }

    .gnr-ctgrs::-webkit-scrollbar-thumb:vertical {
        border-radius: 10px;
        -webkit-box-shadow: none;
        background-color: var(--theme_color);
    }
}

@media (max-width: 768px) {
    .awards {
        display: none;
    }

    .link-container.fld-btn span {
        display: block;
    }

    .reverse {
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
        text-align: center;
    }

    .branddet {
        display: none;
    }

    .pricing-sec-delvry {
        display: none;
    }

    .mainBanner.innerBanner {
        height: 370px;
        min-height: 370px;
    }

    .indst-slider button.slick-prev {
        padding-top: 10rem;
        right: inherit;
        left: 100px;
        top: inherit;
    }

    .indst-slider button.slick-next {
        left: inherit;
        right: 100px;
        top: inherit;
    }

    .font-weight-bold,
    strong {
        font-weight: 700 !important;
        font-size: 24px;
    }

    .icon-26 {
        margin-left: 19rem;
    }

    .icon-23 {
        margin-left: 19rem;
    }

    .icon-24 {
        margin-left: 19rem;
    }

    .icon-27 {
        margin-left: 19rem;
    }

    .icon-25 {
        margin-left: 19rem;
    }

    .hm-sec-07 {
        margin-top: 20vh;
    }

    .twocol .cl h3 {
        text-align: center;
        margin-top: 25px;
        font-size: 25px;
    }

    a.custom-links {
        font-size: 12px;
    }

    .row-banner p {
        color: black;
        font-size: 15px;
        line-height: 20px;
    }

    .mainBanner.innerBanner .hd-h1 {
        font-size: 30px;
        border-radius: 5px;
        line-height: 25px;
    }

    .col-md-11 br .bgPop {
        display: none;
    }

    #authors {
        display: none;
    }

    ul.stepList {
        display: none;
    }

    .stepTxt h5 {
        font-size: 29px;
    }

    .stepTxt p br {
        display: none;
    }

    .stepTxt p {
        font-size: 13px;
        line-height: 1.5em;
    }

    .stepTxt {
        padding: 5%;
    }

    .bg-white {
        height: 525px;
        width: 91%;
    }

    .stepTxt h6 {
        font-size: 16px;
    }

    .field-half {
        margin-bottom: 11px;
    }

    .popupMain .closePop {
        right: -4px;
        top: -4px;
    }

    .popform-holder {
        width: 100%;
        padding: 7%;
    }

    .popTxt h6 {
        font-size: 33px;
        margin-top: 0;
    }

    .popup-img {
        display: none;
    }

    .popupMain.LoginPopup {
        width: 93%;
        height: 520px;
    }

    .popTxt p {
        margin-bottom: 8px;
    }

    .frm-dv {
        margin-right: 0;
    }

    .faqAccordian>li {
        margin-bottom: 14px;
    }

    .logo img {
        width: 190px;
        margin: auto;
    }

    .hd-h1 {
        font-size: 41px;
        line-height: 43px;
        margin-bottom: 10px;
    }

    .hd-h1 br {
        display: none;
    }

    .hd-h2 {
        font-size: 37px;
        line-height: 41px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .pbsl h2 {
        margin-top: 0;
    }

    .tstr {
        margin-top: 40px;
    }

    .output .cursor:after {
        height: 33px;
    }

    .hm-sec-02:before {
        width: 100%;
    }

    .hd-par br {
        display: none;
    }

    .qlty {
        padding: 0 0;
        margin-left: 0;
        width: 100%;
        background: 0 0;
    }

    .hd-mn {
        text-align: center;
        font-size: 25px;
        line-height: 2;
    }

    .hd-par {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .hd-tm {
        margin-top: 30px;
    }

    .smpls {
        display: none;
    }

    .prmr {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hd-pr br {
        display: none;
    }

    .LineAnimationButton {
        font-size: 19px;
    }

    .hm-sec-04 h3 {
        font-size: 35px;
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1.1;
        margin-bottom: 3px;
    }

    .spacebr br+br {
        display: none;
    }

    .cnctd h2 span {
        padding: 0;
    }

    .cnctd h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .cmnts h4 {
        font-size: 22px;
    }

    .prtnrs-sec {
        display: none;
    }

    .ftr-hd {
        text-align: center;
    }

    .ftr-hd h4:before {
        margin: 0 auto;
    }

    .ftr-hd h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ftr-btm p {
        margin-top: 15px;
        text-align: center;
    }

    .ftr-btm ul li.last {
        width: 100%;
    }

    .ab-title h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .tlkabt {
        padding-left: 0;
        margin-top: 30px;
    }

    .pad-b-sec {
        padding-bottom: 40px;
    }

    .pichol img {
        width: 100%;
    }

    .team-txt {
        width: 100%;
        left: 0;
        padding-left: 0;
        position: static;
        padding: 20px;
    }

    .cnt-info {
        background: #259970;
    }

    .cnt-info-bg {
        display: none;
    }

    .cnt-info {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cnt-info ul {
        padding-left: 0;
    }

    .cnt-info li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .cnt-social {
        text-align: center;
    }

    .pad-top-sec {
        padding-top: 40px;
    }

    .cnt-info {
        margin-top: 30px;
    }

    .cnt-feild textarea {
        margin-bottom: 20px;
    }

    .inbhold {
        padding-right: 15px;
    }

    .edit-sec-01 h3 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 0;
        display: inline;
    }

    .edit-sec-01 h3 br {
        display: none;
    }

    .edit-sec-02_inner h4 {
        font-size: 24px;
        line-height: 42px;
        margin-top: 20px;
        display: inline;
        margin-bottom: 20px;
    }

    .edit-sec-02_inner p {
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .edit-sec-04 ul {
        margin-top: 20px;
    }

    .edit-sec-04 ul li {
        margin: 5px 0;
        line-height: 30px;
        font-size: 18px;
        display: inline-flex;
        width: 33.33333%;
    }

    .faqAccordian h6 {
        font-size: 18px;
        padding-bottom: 9px;
    }

    .indst-slider .slick-slide img {
        width: 100%;
    }

    .bookcover-slide .slick-slide img {
        width: 100%;
    }

    .book-coverslider .slick-slide img {
        width: 100%;
    }

    .book-coverslider .slick-arrow {
        display: none !important;
    }

    .book-coverslider button.slick-next {
        display: none !important;
    }

    .fiction-sec-02 .tstr {
        margin-top: 0;
    }

    .ghostserv ul {
        padding-left: 0;
    }

    .cnsltn-rv li {
        width: 100%;
        margin-right: 0;
    }

    .athrs-apr {
        padding: 40px 0 0;
        display: none;
    }

    .vx-wk img {
        display: block;
        margin: 40px auto 30px;
    }

    .vx-wk h4 {
        font-size: 25px;
    }

    .btn-prc {
        margin-bottom: 20px;
    }

    .fctns {
        top: -160px;
    }

    .pbox-holder {
        padding: 9px 10px 15px;
        margin-bottom: 15px;
    }

    .pbox-holder .row {
        flex-direction: column-reverse;
    }

    .bookimg img {
        width: 100%;
    }

    .price-desc h4 {
        margin-top: 15px;
    }

    .bannerFormBox {}

    .price-desc h4 br {
        display: none;
    }

    .para br {
        display: none;
    }

    .edit-sec-01 p {
        margin-top: 15px;
    }

    .pub-cri {
        margin-left: 0;
    }

    .navigation {
        align-items: start;
        justify-content: flex-start;
        padding: 15px;
    }

    .navigation ul {
        text-align: left;
        width: 100%;
    }

    .menu-slogan {
        position: static;
        width: 100%;
    }

    .submenu {
        position: static;
        display: block;
        width: 100%;
        background: 0 0;
    }

    ul.sub-level2 {
        position: static;
    }

    ul.sub-level2 .menu-slogan {
        display: none;
    }

    .navigation ul li {
        width: 100%;
    }

    .mainBanner {
        height: 479px;
    }

    .columns {
        height: auto;
    }

    .pbsl h2 br {
        display: none;
    }

    .pbsl p {
        padding: 0;
        text-align: center;
        font-size: 15px;
        line-height: 1.4em;
    }

    .para {
        line-height: 1.4em;
        text-align: center;
        font-size: 15px;
    }

    .hd-h4 {
        font-size: 25px;
        margin-bottom: 19px;
    }

    .hd-pr {
        font-size: 35px;
        line-height: 37px;
    }

    .prmr p {
        text-align: left;
        line-height: normal;
        font-weight: 400;
    }

    .btn-02 {
        font-size: 16px;
        padding: 0;
        margin-right: 4px;
    }

    .btn-02+.btn-02 {
        margin-right: 0;
    }

    .ql-ws h5 {
        line-height: normal;
        margin: 0 0 14px;
    }

    .ql-ws p {
        line-height: normal;
        font-weight: 400;
    }

    .slick-list {
        margin: 0;
    }

    .cta-sc {
        text-align: left;
        margin: 33px 0 0;
    }

    .cta-sc li {
        width: 45%;
        text-align: center;
    }

    .cta-sc li i {
        display: block;
        margin: 0 auto;
    }

    .cta-sc li a {
        font-size: 16px;
        font-weight: 400;
        padding: 12px 0 0;
    }

    .indstr {
        min-height: auto;
        padding: 33px;
    }

    .hm-sec-08 h4 {
        text-align: center;
        font-size: 25px;
        margin-top: 2rem;
    }

    .faqAccordian p {
        font-size: 15px;
        line-height: normal;
        font-weight: 400;
    }

    .cmnts {
        margin: 13px 0 27px;
        padding: 15px 0 19px;
    }

    .cmnts h4 {
        margin-bottom: 13px;
    }

    .field {
        margin-bottom: 16px;
    }

    .ftr-hd ul.lnks {
        width: 100%;
    }

    footer {
        padding: 30px 0 0;
    }

    .ftr-hd ul li {
        margin: 0 0 6px;
    }

    .ftr-hd-02 img {
        width: 70%;
    }

    .awrds {
        margin-top: 20px;
    }

    .scl-ftr {
        margin: 20px 0 27px;
    }

    .ftr-btm {
        margin-top: 20px;
    }

    .navigation ul li a {
        line-height: 25px;
    }

    .submenu .sub-level2 a {
        line-height: 9px;
    }

    .submenu a {
        font-size: 16px !important;
    }

    li.slp-dd ul li a {
        line-height: normal;
        padding: 2px 0;
        display: flex;
    }

    .price-sec-02 a {
        position: relative;
        bottom: 0;
    }

    .header-text-home a {
        padding: 17px 24px;
        width: auto;
        height: auto;
        line-height: 20px;
        font-size: 25px;
    }

    .lp-hdr {
        text-align: center;
        background: #3434341c;
        padding: 10px 0;
    }

    .lp-header-text h1 br {
        display: none;
    }

    .lp-hdr-mg {
        display: none;
    }

    .lp-header-text h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .lp-header-text ul li,
    .lp-header-text p {
        font-size: 20px;
        margin: 0 0 7px;
    }

    .lp-header-text ul li {
        font-size: 18px;
    }

    .lp-header-text ul {
        margin-bottom: 25px;
    }

    .lp-header-text {
        padding: 0;
    }

    .lp-banner {
        min-height: auto;
        padding: 40px 0;
    }

    .lp-h3 br {
        display: none;
    }

    .lp-h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .lp-sec-01 .lp-para {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        padding: 0;
    }

    .lp-slr-bx {
        padding: 30px 15px;
        min-height: auto;
    }

    .lp-slr-bx p {
        line-height: normal;
    }

    .lp-sec-02 p {
        margin-bottom: 30px;
    }

    .lp-stp-bx {
        min-height: auto;
        padding: 31px 27px;
        margin-bottom: 20px;
    }

    .lp-stp-bx p {
        margin-bottom: 0;
    }

    .lp-sec-03 h3 {
        margin-bottom: 0;
        font-size: 27px;
    }

    .lp-testi-box h6:before {
        top: 8px;
    }

    .lp-testi-box p {
        font-size: 16px;
        line-height: normal;
        min-height: auto;
    }

    .lp-para br {
        display: none;
    }

    .lp-sec-04 p {
        font-size: 16px;
        line-height: normal;
        padding: 0;
    }

    .lp-sec-04 h5 {
        margin: 35px 0 9px;
    }

    .awrdsRcg ul {
        margin-top: 18px;
        padding: 16px 0 0;
    }

    .awrdsRcg ul li {
        margin: 0 20px 0 0;
    }

    .awrdsRcg ul li a {
        font-size: 16px;
    }

    .awrdsRcg ul li a.nwsMd {
        font-size: 16px;
    }

    .partnersDv {
        margin: 30px 0 0;
    }

    .partnersDv li {
        display: block;
        text-align: center;
        margin: 0 auto 20px;
    }

    .grntee {
        width: 100%;
        display: block;
        text-align: center;
        padding: 25px 15px;
        margin: 40px auto;
    }

    .grntee img {
        margin: auto;
    }

    .grntee p br {
        display: none;
    }

    .grntee p {
        padding: 7px 0 17px;
    }

    .lp-btn-02 {
        font-size: 18px;
        width: 148px;
        height: 38px;
        line-height: 34px;
    }

    .lp-pblsh a {
        width: 221px;
        height: 42px;
        line-height: 36px;
        font-size: 20px;
    }

    .lp-pblsh p {
        padding: 11px 0 20px;
        font-weight: 400;
        font-size: 16px;
    }

    .lp-sec-04 {
        margin-bottom: 100px;
    }

    ul.counter-ul li {
        width: 100%;
        margin: 0 0 10px;
        min-height: auto;
    }

    .lp-sec-03-design .lp-testi-box p {
        min-height: auto;
        padding: 7px 5px 10px;
    }

    .logo {
        padding: 0 0 6px;
        display: block;
        text-align: left;
    }

    .lp-page header .col-md-9 {
        padding: 0;
    }

    .lp-page header {
        padding: 15px 0 0;
    }

    .hm-sec-01 .LineAnimationButton {
        width: 150px;
    }

    .side-bar {
        display: none !important;
    }

    .prtnrs-sect {
        padding: 35px 0 10px;
        text-align: center;
    }

    .plt-id span {
        padding: 15px 0 10px;
    }

    .prtnrs-sect p {
        padding: 0 0 5px;
    }

    .bookSec .slick-prev {
        left: 0;
    }

    .bookSec .slick-next {
        right: 0;
    }

    .bookSec .box p {
        padding: 0 30px 20px;
    }

    .hm-sec-02 .LineAnimationButton {
        width: 159px;
        margin-bottom: 10px;
    }

    .ggl-prnts {
        display: none;
    }

    .bannerForm {
        border-radius: 5px;
        width: 300px;
        height: 340px;
        margin-left: auto;
        align-items: center;
        display: flex;
        justify-content: center;
        position: relative;
        box-shadow: 4px -5px 11px 3px rgb(0 0 0 / 15%);
        border: 4px solid transparent;
        background: var(--border-gradient);
        background-origin: border-box;
        background-clip: content-box, border-box;
    }

    .fld-input {
        border-style: solid;
        border-width: 1px;
        border-color: rgb(218 217 217);
        border-radius: 5px;
        background-color: #fff;
        width: 260px;
        height: 50px;
        margin-bottom: 13px;
    }

    .mainBanner {
        height: 395px;
    }

    .main-slider .hd-h1 {
        font-size: 30px;
        padding-top: 30px;
    }

    .main-slider p {
        font-size: 14px;
        line-height: normal;
    }

    .main-slider .header-text-home a {
        padding: 9px 30px;
        font-size: 20px;
    }

    .main-slider .fld-input {
        width: 100%;
        height: 45px;
        margin-bottom: 10px;
    }

    .bannerForm form {
        padding: 0px 10px 10px;
    }

    .bannerForm h2 {
        line-height: 15px;
        font-size: 15px;
    }

    .bannerForm h3 {
        font-size: 15px;
    }

    .bannerForm .fld-input input {
        padding: 0 16px;
        font-size: 14px;
    }

    .top-nav {
        position: relative;
        z-index: 22;
    }

    .menu-Bar.open~.row .logo img {
        display: none;
    }

    .pbsl h2 {
        width: 100%;
    }

    .christmas .bannerForm:after {
        display: none;
    }

    .christmas .hm-sec-03:before {
        display: none;
    }

    .christmas .hm-sec-03:after {
        right: 45px;
        top: -85px;
        transform: rotate(-34deg);
    }

    .christmas .hm-sec-03 h3 {
        padding: 0;
    }

    .christmas .hm-sec-03 {
        padding-top: 80px;
    }

    .christmas .container {
        z-index: 1;
    }

    .christmas .hm-sec-02:after {
        z-index: 0;
        opacity: .4;
    }

    .christmas .section-secondary .expertise-text:before {
        left: 20px;
        top: -45px;
        width: 80px;
        height: 78px;
        background-size: contain;
    }

    .christmas .section-secondary .expertise-text:after {
        right: 0;
        top: -50px;
        width: 75px;
        height: 96px;
        background-size: contain;
    }

    .indst-slider .slick-slide img {
        width: initial;
    }

    .ftr-hd ul li img {
        margin: auto;
    }

    .mainBanner.thankyouBanner {
        height: auto;
    }
}

.testi-pg .et_pb_testimonial_description {
    background-color: #f5f5f5;
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.icon-container {
    position: relative;
}

.side-bar-frm-head h4 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: flex;
}

a.trust-pilot {
    border: none;
    max-width: 450px;
    width: 100%;
}

@media (max-width: 435px) {
    .pubimg {
        display: none;
    }

    .rlse {
        display: none;
    }

    .payme {
        padding-left: 11vh;
    }

    .branddet {
        display: none;
    }

    .awards {
        display: none;
    }

    .other {
        display: none;
    }

    .quick {
        margin-left: 13vh;
        margin-top: -22vh;
    }

    .ghostwriter {
        max-width: 50%;
    }

    .editing {
        max-width: 50%;
    }

    .pricing-sec-delvry {
        display: none;
    }

    .faq-sec {
        display: none;
    }

    .ris {
        display: none;
    }

    .bottombooks {
        display: none;
    }

    .fff {
        margin-top: -1rem;
    }

    .hm-sec-03 p.para-02 {
        padding: 0;
        font-size: 18px;
        margin-bottom: 2rem;
    }

    .hm-sec-03 {
        text-align: center;
    }

    .indst-slider button.slick-prev {
        padding-top: 10rem;
        right: inherit;
        left: 100px;
        top: inherit;
    }

    .indst-slider button.slick-next {
        left: inherit;
        right: 100px;
        top: inherit;
    }

    .custom-section-padding h2 {
        margin-top: -2rem;
    }

    .font-weight-bold,
    strong {
        font-weight: 700 !important;
        font-size: 24px;
        margin-top: 1rem;
    }

    .icon-26 {
        margin-left: 9rem;
    }

    .icon-23 {
        margin-left: 9rem;
    }

    .icon-24 {
        margin-left: 9rem;
    }

    .icon-27 {
        margin-left: 9rem;
    }

    .icon-25 {
        margin-left: 9rem;
    }

    .hm-sec-07 {
        margin-top: 12vh;
    }

    .twocol .cl h3 {
        margin-top: 25px;
        font-size: 25px;
    }

    .col-md-7 {
        text-align: center;
        margin-top: 1rem;
    }

    .col-md-6 {
        text-align: center;
    }

    .col-md-6 {
        text-align: center;
    }

    .ghst-srvc-sec .edit-sec-01 {
        text-align: center;
    }

    .ghst-srvc-sec .edit-sec-02 {
        text-align: center;
    }

    a.custom-links {
        font-size: 12px;
    }

    .row-banner p {
        color: black;
        font-size: 15px;
        line-height: 20px;
    }

    .mainBanner.innerBanner .hd-h1 {
        font-size: 25px;
        border-radius: 5px;
        line-height: 25px;
    }

    .bgPop {
        display: none;
    }

    ul.stepList {
        display: none;
    }

    .stepTxt h5 {
        font-size: 29px;
    }

    .stepTxt p br {
        display: none;
    }

    .stepTxt p {
        font-size: 13px;
        line-height: 1.5em;
    }

    .stepTxt {
        padding: 5%;
    }

    .bg-white {
        height: 525px;
        width: 91%;
    }

    .stepTxt h6 {
        font-size: 16px;
    }

    .field-half {
        margin-bottom: 11px;
    }

    .popupMain .closePop {
        right: -4px;
        top: -4px;
    }

    .popform-holder {
        width: 100%;
        padding: 7%;
    }

    .popTxt h6 {
        font-size: 33px;
        margin-top: 0;
    }

    .popup-img {
        display: none;
    }

    .popupMain.LoginPopup {
        width: 93%;
        height: 520px;
    }

    .popTxt p {
        margin-bottom: 8px;
    }

    .frm-dv {
        margin-right: 0;
    }

    .faqAccordian>li {
        margin-bottom: 14px;
    }

    .cstm-dlvr p {
        text-align: center;
    }

    .logo img {
        width: 190px;
        margin: auto;
    }

    .hd-h1 {
        font-size: 41px;
        line-height: 43px;
        margin-bottom: 10px;
    }

    .hd-h1 br {
        display: none;
    }

    .hd-h2 {
        font-size: 37px;
        line-height: 41px;
        text-align: center;
        margin-top: 0;
        margin-bottom: 16px;
    }

    .pbsl h2 {
        margin-top: 0;
    }

    .tstr {
        margin-top: 40px;
    }

    .output .cursor:after {
        height: 33px;
    }

    .hm-sec-02:before {
        width: 100%;
    }

    .hd-par br {
        display: none;
    }

    .qlty {
        padding: 0 0;
        margin-left: 1rem;
        width: 95%;
        background: 0 0;
    }

    .hd-mn {
        text-align: center;
        font-size: 26px;
        line-height: 1.7;
    }

    .hd-par {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .hd-tm {
        margin-top: 30px;
    }

    .smpls {
        display: none;
    }

    .prmr {
        padding-left: 15px;
        padding-right: 15px;
        text-align: center;
    }

    .hd-pr br {
        display: none;
    }

    .LineAnimationButton {
        font-size: 19px;
    }

    .hm-sec-04 h3 {
        font-size: 35px;
        margin-top: 0;
        margin-bottom: 30px;
        line-height: 1.1;
        margin-bottom: 3px;
    }

    .spacebr br+br {
        display: none;
    }

    .cnctd h2 span {
        padding: 0;
    }

    .cnctd h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .cmnts h4 {
        font-size: 22px;
    }

    .prtnrs-sec {
        display: none;
    }

    .ftr-hd {
        text-align: center;
    }

    .ftr-hd h4:before {
        margin: 0 auto;
    }

    .ftr-hd h4 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .ftr-btm p {
        margin-top: 15px;
        text-align: center;
    }

    .ftr-btm ul li.last {
        width: 100%;
    }

    .ab-title h2 {
        font-size: 45px;
        line-height: 50px;
    }

    .tlkabt {
        padding-left: 0;
        margin-top: 30px;
    }

    .pad-b-sec {
        text-align: center;
    }

    .pichol img {
        width: 100%;
    }

    .team-txt {
        width: 100%;
        left: 0;
        padding-left: 0;
        position: static;
        padding: 20px;
    }

    .hd-h3 {
        text-align: center;
    }

    .cnt-info {
        background: #259970;
    }

    .cnt-info-bg {
        display: none;
    }

    .cnt-info {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .cnt-info ul {
        padding-left: 0;
    }

    .cnt-info li {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .cnt-social {
        text-align: center;
    }

    .pad-top-sec {
        padding-top: 40px;
    }

    .cnt-info {
        margin-top: 30px;
    }

    .cnt-feild textarea {
        margin-bottom: 20px;
    }

    .inbhold {
        padding-right: 15px;
    }

    .edit-sec-01 h3 {
        font-size: 25px;
        line-height: 40px;
        margin-bottom: 0;
        display: inline;
    }

    .edit-sec-01 h3 br {
        display: none;
    }

    .edit-sec-02_inner h4 {
        font-size: 24px;
        line-height: 42px;
        margin-top: 30px;
        display: inline;
        margin-bottom: 20px;
        text-align: center;
    }

    .edit-sec-02_inner p {
        padding-right: 0;
        padding-top: 20px;
        padding-bottom: 20px;
        text-align: center;
    }

    .edit-sec-02_inner p br {
        display: none;
    }

    .edit-sec-04 ul {
        margin-top: 20px;
    }

    .edit-sec-04 ul li {
        margin: 5px 0;
        line-height: 30px;
        font-size: 18px;
        display: inline-flex;
        width: 33.33333%;
    }

    .faqAccordian h6 {
        font-size: 18px;
        padding-bottom: 9px;
    }

    .indst-slider .slick-slide img {
        width: 100%;
    }

    .bookcover-slide .slick-slide img {
        width: 100%;
    }

    .book-coverslider .slick-slide img {
        width: 100%;
    }

    .book-coverslider .slick-arrow {
        display: none !important;
    }

    .book-coverslider button.slick-next {
        display: none !important;
    }

    .fiction-sec-02 .tstr {
        margin-top: 0;
    }

    .ghostserv ul {
        padding-left: 0;
    }

    .cnsltn-rv li {
        width: 100%;
        margin-right: 0;
    }

    .athrs-apr {
        padding: 40px 0 0;
    }

    .vx-wk img {
        display: block;
        margin: 40px auto 30px;
    }

    .vx-wk h4 {
        font-size: 25px;
    }

    .btn-prc {
        margin-bottom: 20px;
    }

    .fctns {
        top: -160px;
    }

    .pbox-holder {
        padding: 9px 10px 15px;
        margin-bottom: 15px;
    }

    .pbox-holder .row {
        flex-direction: column-reverse;
    }

    .bookimg img {
        width: 100%;
    }

    .price-desc h4 {
        margin-top: 15px;
    }

    .bannerFormBox {
        display: none;
    }

    .price-desc h4 br {
        display: none;
    }

    .para br {
        display: none;
    }

    .edit-sec-01 p {
        margin-top: 15px;
        text-align: center;
    }

    #text-2 h3 strong {
        text-align: center;
    }

    .pub-cri {
        margin-left: 1rem;
        margin-top: 2rem;
        text-align: center;
    }

    #pub {
        text-align: center;
        margin-top: -2rem;
    }

    .navigation {
        align-items: start;
        justify-content: flex-start;
        padding: 15px;
    }

    .navigation ul {
        text-align: left;
        width: 100%;
    }

    .menu-slogan {
        position: static;
        width: 100%;
    }

    .submenu {
        position: static;
        display: block;
        width: 100%;
        background: 0 0;
    }

    ul.sub-level2 {
        position: static;
    }

    ul.sub-level2 .menu-slogan {
        display: none;
    }

    .navigation ul li {
        width: 100%;
    }

    .mainBanner {
        height: 479px;
    }

    .columns {
        height: auto;
    }

    .pbsl h2 br {
        display: none;
    }

    .pbsl p {
        padding: 0;
        text-align: center;
        font-size: 18px;
        line-height: 1.4em;
    }

    .para {
        line-height: 1.4em;
        text-align: center;
        font-size: 18px;
    }

    .hd-h4 {
        font-size: 25px;
        margin-bottom: 19px;
    }

    .hd-pr {
        font-size: 29px;
        line-height: 37px;
        margin-top: 2rem;
    }

    .prmr p {
        text-align: center;
        line-height: normal;
        font-weight: 400;
    }

    .btn-02 {
        font-size: 16px;
        padding: 0;
        margin-right: 4px;
        text-align: center;
    }

    .btn-02+.btn-02 {
        margin-right: 0;
    }

    .ql-ws h5 {
        line-height: normal;
        margin: 0 0 14px;
    }

    .ql-ws i {
        text-align: center;
    }

    .ql-ws p {
        line-height: normal;
        font-weight: 400;
    }

    .slick-list {
        margin: 0;
    }

    .cta-sc {
        text-align: left;
        margin: 33px 0 0;
    }

    .cta-sc li {
        width: 100%;
        text-align: center;
    }

    .cta-sc li i {
        display: block;
        margin: 0 auto;
    }

    .cta-sc li a {
        font-size: 16px;
        font-weight: 400;
        padding: 12px 0 0;
    }

    .indstr {
        min-height: auto;
        padding: 33px;
        margin-top: 3rem;
    }

    .hm-sec-08 h4 {
        text-align: center;
        font-size: 25px;
        padding-top: 10px;
    }

    .hm-sec-08 {
        padding-top: 3rem;
    }

    #hi h4 {
        padding-top: 25px;
    }

    .hm-sec-08 {
        margin-top: -3rem;
    }

    #ques {
        padding-top: 2rem;
    }

    .faqAccordian p {
        font-size: 15px;
        line-height: normal;
        font-weight: 400;
    }

    .cmnts {
        margin: 13px 0 27px;
        padding: 15px 0 19px;
    }

    .cmnts h4 {
        margin-bottom: 13px;
    }

    .field {
        margin-bottom: 16px;
    }

    .ftr-hd ul.lnks {
        width: 100%;
    }

    footer {
        padding: 30px 0 0;
    }

    .ftr-hd ul li {
        margin: 0 0 6px;
    }

    .ftr-hd-02 img {
        width: 70%;
    }

    .awrds {
        margin-top: 20px;
    }

    .scl-ftr {
        margin: 20px 0 27px;
    }

    .ftr-btm {
        margin-top: 20px;
    }

    .navigation ul li a {
        line-height: 25px;
    }

    .submenu .sub-level2 a {
        line-height: 9px;
    }

    .submenu a {
        font-size: 16px !important;
    }

    li.slp-dd ul li a {
        line-height: normal;
        padding: 2px 0;
        display: flex;
    }

    .price-sec-02 a {
        position: relative;
        bottom: 0;
    }

    .header-text-home a {
        padding: 17px 24px;
        width: auto;
        height: auto;
        line-height: 20px;
        font-size: 25px;
    }

    .lp-hdr {
        text-align: center;
        background: #3434341c;
        padding: 10px 0;
    }

    .lp-header-text h1 br {
        display: none;
    }

    .lp-hdr-mg {
        display: none;
    }

    .lp-header-text h1 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .lp-header-text ul li,
    .lp-header-text p {
        font-size: 20px;
        margin: 0 0 7px;
    }

    .lp-header-text ul li {
        font-size: 18px;
    }

    .lp-header-text ul {
        margin-bottom: 25px;
    }

    .lp-header-text {
        padding: 0;
    }

    .lp-banner {
        min-height: auto;
        padding: 40px 0;
    }

    .lp-h3 br {
        display: none;
    }

    .lp-h3 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .lp-sec-01 .lp-para {
        font-size: 16px;
        font-weight: 400;
        line-height: normal;
        padding: 0;
    }

    .lp-slr-bx {
        padding: 30px 15px;
        min-height: auto;
    }

    .lp-slr-bx p {
        line-height: normal;
    }

    .lp-sec-02 p {
        margin-bottom: 30px;
    }

    .lp-stp-bx {
        min-height: auto;
        padding: 31px 27px;
        margin-bottom: 20px;
    }

    .lp-stp-bx p {
        margin-bottom: 0;
    }

    .lp-sec-03 h3 {
        margin-bottom: 0;
        font-size: 27px;
    }

    .lp-testi-box h6:before {
        top: 8px;
    }

    .lp-testi-box p {
        font-size: 16px;
        line-height: normal;
        min-height: auto;
    }

    .lp-para br {
        display: none;
    }

    .lp-sec-04 p {
        font-size: 16px;
        line-height: normal;
        padding: 0;
    }

    .lp-sec-04 h5 {
        margin: 35px 0 9px;
    }

    .awrdsRcg ul {
        margin-top: 18px;
        padding: 16px 0 0;
    }

    .awrdsRcg ul li {
        margin: 0 20px 0 0;
    }

    .awrdsRcg ul li a {
        font-size: 16px;
    }

    .awrdsRcg ul li a.nwsMd {
        font-size: 16px;
    }

    .partnersDv {
        margin: 30px 0 0;
    }

    .partnersDv li {
        display: block;
        text-align: center;
        margin: 0 auto 20px;
    }

    .grntee {
        width: 100%;
        display: block;
        text-align: center;
        padding: 25px 15px;
        margin: 40px auto;
    }

    .grntee img {
        margin: auto;
    }

    .grntee p br {
        display: none;
    }

    .grntee p {
        padding: 7px 0 17px;
    }

    .col-md-4 .f-p img {
        display: none;
    }

    .lp-btn-02 {
        font-size: 18px;
        width: 148px;
        height: 38px;
        line-height: 34px;
    }

    .col-md-5 {
        text-align: center;
    }

    .lp-pblsh a {
        width: 221px;
        height: 42px;
        line-height: 36px;
        font-size: 20px;
    }

    .lp-pblsh p {
        padding: 11px 0 20px;
        font-weight: 400;
        font-size: 16px;
    }

    .lp-sec-04 {
        margin-bottom: 100px;
    }

    ul.counter-ul li {
        width: 100%;
        margin: 0 0 10px;
        min-height: auto;
    }

    .lp-sec-03-design .lp-testi-box p {
        min-height: auto;
        padding: 7px 5px 10px;
    }

    .logo {
        padding: 0 0 6px;
        display: block;
        text-align: left;
    }

    .lp-page header .col-md-9 {
        padding: 0;
    }

    .lp-page header {
        padding: 15px 0 0;
    }

    .hm-sec-01 .LineAnimationButton {
        width: 150px;
    }

    .side-bar {
        display: none !important;
    }

    .prtnrs-sect {
        padding: 35px 0 10px;
        text-align: center;
    }

    .plt-id span {
        padding: 15px 0 10px;
    }

    .prtnrs-sect p {
        padding: 0 0 5px;
    }

    .bookSec .slick-prev {
        left: 0;
    }

    .bookSec .slick-next {
        right: 0;
    }

    .bookSec .box p {
        padding: 0 30px 20px;
    }

    .hm-sec-02 .LineAnimationButton {
        width: 159px;
        margin-bottom: 10px;
    }

    .ggl-prnts {
        display: none;
    }

    .bannerForm {
        width: 100%;
        height: auto;
        margin-top: 20px;
        display: block;
        padding: 20px 0;
    }

    .mainBanner {
        height: 338px;
    }

    .main-slider .hd-h1 {
        font-size: 30px;
        line-height: 30px;
    }

    .main-slider p {
        font-size: 14px;
        line-height: normal;
    }

    .main-slider .header-text-home a {
        padding: 9px 30px;
        font-size: 20px;
    }

    .main-slider .fld-input {
        width: 100%;
        height: 45px;
        margin-bottom: 10px;
    }

    .main-slider .fld-btn button {
        width: 100%;
        height: 45px;
        font-size: 15px;
    }

    .bannerForm form {
        padding: 0 20px 10px;
    }

    .bannerForm h2 {
        line-height: 15px;
    }

    .bannerForm .fld-input input {
        padding: 0 16px;
        font-size: 14px;
    }

    .top-nav {
        position: relative;
        z-index: 22;
    }

    .menu-Bar.open~.row .logo img {
        display: none;
    }

    .pbsl h2 {
        width: 100%;
        font-size: 28px;
        line-height: 35px;
        font-weight: 600;
    }

    .christmas .bannerForm:after {
        display: none;
    }

    .christmas .hm-sec-03:before {
        display: none;
    }

    .christmas .hm-sec-03:after {
        right: 45px;
        top: -85px;
        transform: rotate(-34deg);
    }

    .christmas .hm-sec-03 h3 {
        padding: 0;
    }

    .christmas .hm-sec-03 {
        padding-top: 80px;
    }

    .christmas .container {
        z-index: 1;
    }

    .christmas .hm-sec-02:after {
        z-index: 0;
        opacity: .4;
    }

    .christmas .section-secondary .expertise-text:before {
        left: 20px;
        top: -45px;
        width: 80px;
        height: 78px;
        background-size: contain;
    }

    .christmas .section-secondary .expertise-text:after {
        right: 0;
        top: -50px;
        width: 75px;
        height: 96px;
        background-size: contain;
    }

    .indst-slider .slick-slide img {
        width: initial;
    }

    .ftr-hd ul li img {
        margin: auto;
    }

    .mainBanner.thankyouBanner {
        height: auto;
    }
}

.testi-pg .et_pb_testimonial_description {
    background-color: #f5f5f5;
    padding: 40px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.icon-container {
    position: relative;
}

.side-bar-frm-head h4 {
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    display: flex;
}

a.trust-pilot {
    border: none;
    max-width: 450px;
    width: 100%;
}

section {
    padding: 100px 0;
}

section h2 {
    margin: 0;
    font-size: 3em;
}

section.success {
    background: #18BC9C;
    color: white;
}

@media (max-width: 767px) {
    section {
        padding: 75px 0;
    }

    section.first {
        padding-top: 75px;
    }

    .wow-testimonial .tsbox .lft {
        width: 100% !important;
        margin-bottom: 1rem;
    }

    .wow-testimonial .tsbox .rht {
        width: 100% !important;
    }
}

#portfolio .portfolio-item {
    margin: 0 0 15px;
    right: 0;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    max-width: 400px;
    margin: 0 auto;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    width: 100%;
    height: 20px;
    font-size: 20px;
    text-align: center;
    top: 50%;
    margin-top: -12px;
    color: white;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media (min-width: 767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #eeeeee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    background: none;
    box-shadow: none !important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: 0.85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top 0.3s ease, opacity 0.3s ease;
    -moz-transition: top 0.3s ease, opacity 0.3s ease;
    -ms-transition: top 0.3s ease, opacity 0.3s ease;
    transition: top 0.3s ease, opacity 0.3s ease;
}

.floating-label-form-group:not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eeeeee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #18BC9C;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eeeeee;
}

footer {
    color: white;
}

footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2C3E50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}

p.my {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    padding: 0 0 10px;
    margin-bottom: 33px;
    position: relative;
}

p.my::before {
    content: " ";
    position: absolute;
    width: 37px;
    height: 1px;
    background-color: var(--theme_color);
    left: 0;
    right: 0;
    bottom: 0;
}

.btn-outline {
    color: white;
    font-size: 20px;
    border: solid 2px white;
    background: transparent;
    transition: all 0.3s ease-in-out;
    margin-top: 15px;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    color: #18BC9C;
    background: white;
    border: solid 2px white;
}

.btn-primary {
    color: white;
    background-color: #2C3E50;
    border-color: #2C3E50;
    font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: white;
    background-color: #1a242f;
    border-color: #161f29;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #2C3E50;
    border-color: #2C3E50;
}

.btn-primary .badge {
    color: #2C3E50;
    background-color: white;
}

.btn-success {
    color: white;
    background-color: #18BC9C;
    border-color: #18BC9C;
    font-weight: 700;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    color: white;
    background-color: #128f76;
    border-color: #11866f;
}

.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {}

.btn-success .badge {
    color: #18BC9C;
    background-color: white;
}

.btn-social {
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 2px solid white;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}

.btn:focus,
.btn:active,
.btn.active {
    outline: none;
}

.scroll-top {
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
    z-index: 1049;
}

.scroll-top .btn {
    font-size: 20px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    line-height: 28px;
}

.scroll-top .btn:focus {
    outline: none;
}

.portfolio-modal .modal-content {
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    min-height: 100%;
    padding: 100px 0;
    text-align: center;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    width: 75px;
    height: 75px;
    background-color: transparent;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}

.portfolio-modal .close-modal .lr {
    height: 75px;
    width: 1px;
    margin-left: 35px;
    background-color: #2C3E50;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    z-index: 1051;
}

.portfolio-modal .close-modal .lr .rl {
    height: 75px;
    width: 1px;
    background-color: #2C3E50;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    z-index: 1052;
}

.portfolio-modal .modal-backdrop {
    opacity: 0;
    display: none;
}

.contentBox {
    margin-bottom: 2rem;
    text-align: center;
}

.contentBox figure {
    width: 91px;
    height: 91px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    border-radius: 50%;
    background: #F9F9F9;
}

.portwrp {
    padding: 70px 0;
    text-align: center;
    background-image: linear-gradient(90deg, #770855 0, #D4292F 91%);
}

.portwrp .txtwrp {
    display: block;
    text-align: center;
    text-align: center;
}

.portwrp .txtwrp h2 {
    font-size: 42px;
    color: #fff;
    font-weight: 500;
}

.portwrp .imgwrp {
    margin: 50px auto 0;
}

.portwrp .imgwrp ul {
    margin: 0 auto 50px;
    text-align: center;
}

.portwrp .imgwrp ul li {
    display: inline-block;
    width: 12%;
}

.portwrp .imgwrp ul li img {
    width: 100%;
}

.trademarkwrp {
    padding: 90px 0;
    background-color: #f5f6f7;
}

.portwrp .LineAnimationButton {
    width: auto;
    padding: 0 2rem;
    color: var(--theme_color);
    border-color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.portwrp .LineAnimationButton:hover {
    color: #fff;
}

.portwrp .slick-slide,
.portwrp .slick-list {
    margin: 0;
}

.feature-slider .slick-prev,
.feature-slider .slick-next {
    width: 2.75rem;
    height: 2.75rem;
    border: 1px solid #C4C4C4;
    border-radius: 50%;
}

.feature-slider .slick-prev:before,
.feature-slider .slick-next:before {
    font-size: 1rem;
}

.feature-slider .slick-prev {
    left: -80px;
}

.feature-slider .slick-next {
    right: -80px;
}

.featureBox {
    text-align: center;
}

.featureBox h3 {
    font-size: 2rem;
    font-weight: 700;
    color: #000;
    text-align: center;
    margin: 0 auto 2rem;
}

.featureBox figure {
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 2rem;
}

.featureBox p {
    color: #2A2A2A;
    margin-bottom: 2rem;
}

.border-btn {
    width: 170px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--theme_color);
    font-size: 1rem;
    font-weight: 600;
    text-transform: capitalize;
    border: 2px solid transparent;
    border-radius: 6px;
    background: var(--btn-border-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    margin: 0 auto;
    padding: 0;
}

.fancybox-content {
    max-width: 1100px;
    padding: 0;
    background: transparent;
}

.modal-body {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.popup-bann {
    max-width: 320px;
    display: inline-block;
    position: relative;
    z-index: 1;
    vertical-align: bottom;
}

.popup-content {
    max-width: 1050px;
    display: inline-block;
    padding: 50px 28px 50px 320px;
    margin-left: -290px;
    position: relative;
    border-radius: 180px 40px 40px 40px;
    background: rgb(255, 223, 125);
    background: linear-gradient(121deg, rgb(179 72 127) 0%, rgb(195 123 129) 17%, rgba(248, 249, 253, 1) 30%, rgba(255, 255, 255, 1) 100%);
}

.popup-content h2 {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 54px;
}

.popup-content h2::before {
    display: none;
}

.popup-content h2+p {
    display: inline-block;
    max-width: 58%;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 15px;
}

.popup-content h2 {
    font-weight: 700;
    display: inline-block;
    text-transform: uppercase;
    font-size: 54px;
    line-height: 54px;
    letter-spacing: -2px;
}

.popup-content h2::before {
    display: none;
}

.popup-content h2+p {
    display: inline-block;
    max-width: 58%;
    margin-left: 10px;
    margin-bottom: 0;
    font-size: 14px;
}

.popup-content .form-control {
    font-size: 14px;
    margin-bottom: 14px;
    height: 40px;
    border-radius: 0;
    border: 1px solid #ced4da;
}

.popup-content [class*='col-'] {
    padding: 0 7px;
}

.popup-content textarea.form-control {
    height: 91.5%;
    resize: none;
}

.popup-content::before {
    content: "";
    background: var(--btn-gradient);
    width: 40%;
    height: 5px;
    position: absolute;
    top: 92px;
    right: 28px;
}

.fancybox-close-small {
    background: var(--btn-gradient);
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    padding: 7px;
}

.popup-content::after {
    position: absolute;
    content: "";
    background: url('../images/pop-bef.html') no-repeat;
    left: 110px;
    top: 0;
    max-width: 197px;
    height: 133px;
    width: 100%;
    background-size: 100%;
}

.popupform input[type="submit"]+img {
    filter: invert(1);
    transition: .5s all;
    position: relative;
    right: 90px;
}

.popup-content .entry-box {
    margin-top: 30px;
}

.popup-content .touc-sec-form {
    background: transparent;
    margin-top: 20px;
}

.popup-content .touc-sec-form .red_btn {
    margin: initial;
}

.nmb-cht ul .number {
    font-size: 15px;
}