 @import url('../../css2');
body {
    word-break: break-word;
    font: 15px/25px 'PT Sans', sans-serif;
    color: #393939;
    overflow-x: hidden;
}
a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}
a:hover, a:focus {
    text-decoration: none;
    color: #393939;
}
a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}
img {
    max-width: 100%;
}
input[type="text"]:focus, textarea:focus, input[type="password"]:focus, select:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="tel"]:focus, input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}
select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="number"], textarea, input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}
p {
    font-weight: 400;
    font-size: 18px;
    color: #666;
    line-height: 24px;
}
@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal 
}
.noPadding {
    padding: 0;
}
.noLeft {
    padding-left: 0;
}
.noRight {
    padding-right: 0;
}
.centerCol {
    float: none;
    margin: 0 auto;
}
.pt_8 {
    padding-top: 80px;
}
.pb_8 {
    padding-bottom: 80px;
}
.py_8 {
    padding: 80px 0px;
}
.theme_btn {
    color: #333;
    z-index: 1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    font-size: 16px;
    padding: 6px 19px;
    border: 1px solid #f1692b;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    border-radius: 30px;
    text-transform: uppercase;
    display: inline-block;
}
@keyframes slidedown-header {
    from {
        opacity: 0;
        top: -69px;
    }
}
.header-top i {
    color: #f16a2b;
}
.header-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
}
.sticky-header, header {
    padding: 14px;
}
.sticky-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999999;
    -webkit-box-shadow: 0 1px 11px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 11px 0 rgba(0,0,0,.2);
    padding: 10px 70px;
    -webkit-animation: slidedown-header .8s ease 0s 1 alternate;
    animation: slidedown-header .8s ease 0s 1 alternate;
}
ul.socail-link li a {
    border: 1px solid #f1642c;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    display: flex !important;
    align-items: center;
    padding: 0 !important;
    justify-content: center;
}
ul.socail-link li {
    padding: 0;
}
ul.socail-link {
    display: flex;
    gap: 10px;
}
.theme_btn:hover {
    background: #f16c2a;
    color: #fff;
}
.theme_btn:hover::before {
    width: 100%;
}
.drop_down a:hover i {
    color: #fff !important;
}
.drop_down li:hover:before {
    left: 5px;
    transition: 0.5s;
    background-color: #f1652c;
}
.menuSec li ul li:hover a {
    color: #f1632c !important;
}
ul#menu > li:before {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 0;
    height: 2px;
    right: 0;
    margin: 0 auto;
    transition: 0.5s;
    background-image: linear-gradient(to right, #f15f2d , #f19823);
}
ul#menu > li:hover:before {
    width: 85%;
    transition: 0.5s;
}

.theme_btn1 {
    padding: 14px 25px;
    border: unset;
    border-radius: 15px;
    color: #f90;
    z-index: 1;
    background: transparent;
    border: 1px solid #fff;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}
.theme_btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 600ms;
}
.theme_btn1:hover {
    color: #fff;
}
.theme_btn1:hover::before {
    width: 100%;
}
.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}
h1 {
    font-family: 'Antic Slab', serif;
    margin: 0 0 17px;
    font-weight: 700;
    font-size: 50px;
    line-height: 58px;
    display: inline-block;
    transform-origin: 0 0;
    background: linear-gradient(to right, #f15f2d , #f19823);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2 {
    font-family: 'Antic Slab', serif;
    font-size: 36px;
    line-height: 1.2;
    color: #f1642c;
    font-weight: 600;
    margin: 0 0 18px;
}
h3 {
    font-family: 'Antic Slab', serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 10px;
}
h4 {
    font-family: 'Antic Slab', serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}
h5 {
    font-family: 'Antic Slab', serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}
h6 {
    font-family: 'Antic Slab', serif;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0 0 22px;
}
select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}
::-webkit-input-placeholder {
    color: #575757;
}
::-moz-placeholder {
    color: #575757;
    opacity: 1;
}
:-ms-input-placeholder {
    color: #575757;
}
:-moz-placeholder {
    color: #575757;
    opacity: 1;
}
.menuSec {
    padding: 0px 0;
}
.menuSec img {
    margin: 0;
    width: 85%;
}
.menuSec ul#menu {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}
.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
    transition: 0.5s;
}
.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #333;
    padding: 10px 8px;
    font-size: 15px;
    font-weight: 500;
}
.menuSec ul li a i {
    margin-right: 5px;
}
.menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
    display: none;
}
.menuSec ul li:last-child a {
    padding-right: 0px;
}
.menuSec ul li:last-child a:after {
    display: none;
}
.menuSec ul li a:hover, .menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #8c4b0c;
}
.menuSec li ul li a {
    border: none;
    padding: 0 1px !important;
    overflow: hidden;
    line-height: 18px;
    width: 100% !important;
    color: #333;
    font-size: 16px;
    transition: all .2s linear;
    font-weight: 500 !important;
    text-transform: capitalize !important;
}
.menuSec li ul li, .menuSec li ul li a {
    display: inline-block;
    margin: 0;
}
.mega-menu li {
    width: 32% !important;
}
.menuSec li:hover li {
    float: none;
}
.menuSec ul ul ul {
    left: 100%;
    top: 0;
}
.menuSec ul:before, .menuSec ul:after {
    content: " ";
    display: table;
}
.menuSec ul:after {
    clear: both;
}
.menuSec li ul li:hover ul {
    left: 230px;
    top: 0px;
    width: 270px;
}
.droopdwon li:hover ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.menuSec h2 {
    font-size: 35px;
    margin: 0;
}
.header-top h4 {
    margin: 0;
    list-style: none;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: 700;
    color: #f15f2d;
}
.drop_down {
    position: absolute;
    top: 0;
    left: 0;
    top: 44px;
    border: 0;
    box-shadow: 0 5px 20px 0 #0000001c;
    margin: 0;
    border-radius: 0 0 10px 10px;
    padding: 15px 20px;
    min-width: max-content;
    width: auto;
    background: #fff;
    display: none;
    transition: 0.5s;
    z-index: 999;
    opacity: 0;
    -webkit-animation: slidedown-h .8s ease 0s 1 alternate;
}
.drop_down ul {
    display: flex;
    flex-direction: column;
}
ul.dropdown-list li {
    padding: 7px 0 7px 18px;
    border-bottom: 1px solid #eee;
    margin: 0 15px 0 0;
    display: block;
    flex: 0 0 auto;
    width: 190px;
    position: relative;
    transition: all .2s ease-in-out;
    text-align: start;
}
ul.dropdown-list li a {
    padding: 0 !important;
}
.sticky-header ul#menu a {
    font-size: 14px;
    padding: 10px 3px;
}
.drop_down li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 10px;
    -webkit-clip-path: polygon(0 0,0 100%,100% 52%);
    clip-path: polygon(0 0,0 100%,100% 52%);
    background-color: #333;
    top: 42%;
    left: 0;
    transform: translateY(-50%);
    border-radius: 10px;
    transition: all .2s ease-in-out;
}
ul#menu li:hover .drop_down {
    display: block;
    opacity: 1;
    transition: all .2s ease-in-out;
}
ul#menu a {
    text-transform: uppercase;
    font-weight: 600;
}
.dropdown-list li:last-child {
    border-bottom: 0;
}
.header-btn {
    text-align: end;
}
.banner-wrap .form_Wrpr {
    padding: 20px 20px;
    width: 90%;
    margin: 40px auto;
    background: rgba(194,193,191,.9);
    border-radius: 50px;
}
.banner-wrap .form_Wrpr form {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.banner-wrap .form_Wrpr form .grp {
    width: 25%;
}
.banner-wrap .form_Wrpr form .grp input {
    width: 100%;
    height: 50px;
    border: 0;
    padding: 20px;
    border-radius: 50px;
    border: 1px solid #f1672c;
}
.banner-wrap .form_Wrpr form .grp button {
    width: 100%;
    height: 50px;
    border: 0;
    border-radius: 50px;
    background: #8c4b0c;
    background-image: linear-gradient(to right, #f15f2d , #f19823);
    color: #fff;
    text-transform: uppercase;
}
section.banner-wrap.all-section {
    position: relative;
    padding: 70px 0 0;
}
section.banner-wrap.all-section > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.banner-text {
    text-align: center;
}
.banner-stars {
    margin: 8px auto;
    padding: 3px 0 7px;
    border-top: 2px dashed #ffffff;
    border-bottom: 2px dashed #ffffff;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px;
}
.banner-stars>i {
    color: #f7941d;
    font-size: 12px;
}
.banner-text h1 span {
    display: block;
}
.banner-text p {
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    padding: 0 70px;
    width: 86%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.banner-stars span {
    font-weight: 600;
    color: #ffffff;
}
section.forge-wrap {
    text-align: center;
    padding: 60px 10px 60px;
    position: relative;
}
.all-section {
    padding: 30px 0;
}
.other-ser-text.text-center h2 {
    color: #fff;
}
section.other-service {
    padding: 45px 0;
    background-image: linear-gradient(to right, #f15f2d , #f19823);
    position: relative;
}
.brand-serv-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}
.brand-serv-links a {
    color: #666;
    font-size: 18px;
    background-color: #e8e8e8;
    border: 1px solid #dadada;
    padding: 8px 19px;
    border-radius: 30px;
    margin: 10px 8px;
    transition: background-color .2s linear 0s,transform .1s linear .1s,box-shadow .1s linear .1s;
}
.brand-serv-links a:hover {
    color: #f1622d;
    background-color: #fff;
    box-shadow: 0 21px 10px -20px rgba(0,0,0,.9);
    transform: translateY(-3px);
}
.Professional-ser-text h2 span {
    color: #000;
}
.Professional-ser-text h2 {
    font-size: 33px;
}
.Professional-ser-text h3 {
    margin-top: 20px;
}
.Professional-ser-text h3 span {
    color: #f1642c;
}
.Professional-ser-text img {
    width: 56%;
    display: block;
    margin: auto;
}
.Professional-wrap .two_btns {
    text-align: center;
    margin-top: 0px;
}
.Professional-wrap-col {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.view-pricing-txt.various.ani-btn {
    padding: 10px 46px 12px 26px;
    margin-bottom: 20px;
    min-width: 162px;
    color: #000;
    background-color: #00ffff00;
    border-color: #f18a25;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 2;
    border: 2px solid #f18b25;
    font-size: 18px;
    margin-right: 8px;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}
a.view-pricing-txt.various.ani-btn i {
    padding: 3px 12px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    width: 0;
    z-index: 2;
    right: 20px;
    float: right;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}
a.view-pricing-txt.various.ani-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(to right, #f15f2d , #f19823);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 5px;
    transition: 0.5s;
    right: 6px;
}
a.view-pricing-txt.various.ani-btn:hover {
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
a.view-pricing-txt.various.ani-btn:hover:before {
    background: #ff5800;
    cursor: pointer;
    background-image: linear-gradient(to right, #f15f2d , #f19823);
    width: 200%;
    height: 200%;
    top: -13px;
    right: -77px;
    transition: .5s;
    transform: translate(0%, 0%);
}
.cta {
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 0px;
    position: relative;
    background-size: cover;
    background-image: linear-gradient(to right, #f15f2d , #f19823);
}
.cta-hdg h3 {
    color: #fff;
    font-size: 36px;
    margin-bottom: 21px;
    font-family: "Antic Slab",serif;
    font-weight: 600;
    background: 0 0;
    background-clip: unset;
    display: block;
    transform-origin: unset;
    -webkit-text-fill-color: unset;
}
.cta-hdg {
    width: 80%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
}
.cta-hdg p {
    color: #f4f3ec;
    font-size: 18px;
    display: block;
    line-height: 39px;
}
.cta-btns>a {
    background: 0 0;
    border: 1px solid #fff;
    margin: 5px 10px;
    color: #fff;
    padding: 8px 40px;
    transition: all .2s linear;
}
.btn-1 {
    font-family: "PT Sans",sans-serif;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    text-decoration: none;
    padding: 8px 40px;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-radius: 30px;
    position: relative;
    background-color: #ff9701;
    border: none;
    transition: box-shadow .2s linear;
}
.cta-btns>a:last-child:hover {
    color: #333;
}
.cta-btns>a:hover {
    color: #333;
    background-color: #fff;
}
.btn-2:hover {
    color: #333;
    background-color: rgba(0,0,0,.05);
}
.cta-btns a i {
    margin-right: 5px;
}
img.cta-img-1 {
    position: absolute;
    left: 10px;
    width: 20%;
    bottom: 10px;
    max-width: 400px;
}
img.cta-img-2 {
    position: absolute;
    right: 10PX;
    width: 20%;
    bottom: 0px;
}
section.hire-ghost.all-section {
    padding-top: 40px;
}
.hire-ghost-text h2 {
    font-size: 45px;
    color: #000;
}
.hire-ghost-text h2 span {
    color: #f1642c;
}
.hire-ghost-text li {
    position: relative;
    padding: 13px 0px;
    z-index: 0;
    padding-left: 38px;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
a.call-now-btn {
    padding: 0;
    padding-top: 4px;
    background: none;
    border: none;
    color: #403E3E;
    font-weight: 600;
    font-size: 32px;
    position: relative;
}
.hire-ghost-text ul li:before {
    content: "\f058";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    width: 36px;
    height: 32px;
    left: 0;
    position: absolute;
    top: 14px;
    color: #f15f2d;
}
.hire-ghost-text ul {
    margin: 20px 0;
}
.hire-img img {
    width: 85%;
}
.hire-img {
    text-align: center;
}
.slice-img-col {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta-img img {
    width: 76%;
}
.cta-img {
    text-align: end;
    display: flex;
    /* margin: auto; */
    align-items: center;
    justify-content: center;
}
section.section5-home {
    padding: 19px 0px;
    position: relative;
    background-size: cover;
    background-image: linear-gradient(to right, #f15f2d , #f19823);
    text-align: start;
}
section.section5-home h3 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 21px;
    background: 0 0;
    background-clip: unset;
    display: block;
    transform-origin: unset;
    font-weight: 600;
    -webkit-text-fill-color: unset;
}
section.section5-home p {
    color: #FFF;
}
section.section5-home a {
    background: #fff !important;
}
section.section5-home a:hover {
    border-color: #fff !important;
}
section.section5-home a.call-now-btn {
    background: unset !important;
    color: #fff;
    padding: 0;
    margin-top: -16px;
}
section.section5-home h3 span {
    display: block;
}
.cta-btn {
    display: flex;
    align-items: center;
}
.Why-Choose ul {
    text-align: center;
}
.Why-Choose ul li {
    display: inline-block;
    transition: all 0.4s ease-in-out;
    width: 260px;
    position: relative;
    padding: 0 0px;
    transition: all 800ms ease;
    z-index: 0;
}
.Why-Choose ul li:hover{
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    transition: all 800ms ease;
}
.Why-Choose ul li .first {
    background: #fff;
    padding: 41px 14px;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 0px 13px 0px #8a8a8a;
}
.Why-Choose ul li .content {
    padding: 20px 26px 0 26px;
    height: 242px;
    color: #fff;
    position: absolute;
    z-index: -1;
    background-image: linear-gradient(to right, #f15f2d , #f19823);
    bottom: 0;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translate(0px, 10px);
    -moz-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition: all 800ms ease;
}
.Why-Choose ul li .content img.quote {
    width: 14%;
    filter: sepia(1);
    margin-left: -160px;
}
.Why-Choose ul li .content p {
    font-size: 14px;
    color: #fff;
    font-family: sans-serif;
    line-height: 22px;
}
.Why-Choose ul li:hover .content {
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    transition: all 800ms ease;
    z-index: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    opacity: 1;
}
.Why-Choose ul li img {
    width: 70px;
}
.Why-Choose ul li h3 {
    font-size: 26px;
    margin-top: 18px;
}
.Why-Choose .banner-left-text {
    position: absolute;
    width: 170px;
    top: -97px;
    left: 0;
    z-index: 1;
}
.why-choose-text h2 span {
    color: #000;
}
.why-choose-text h2 {
    font-size: 50px;
}
.why-choose-text p {
    font-size: 20px;
    line-height: 35px;
}
.d-flex {
    align-items: center;
}
section.potfolio-wrap.all-section {
    background-image: linear-gradient(to right, #f15f2d , #f19823);
    position: relative;
}
.potfolio-main-text h2 {
    color: #fff;
    font-size: 48px;
}
.potfolio-main-text.text-center {
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}
.potfolio-main-text p {
    color: #fff;
    margin: 0;
}
.book-cover {
    position: relative;
    transition: 0.5s;
}
img.book-cover-hover {
    display: none;
    opacity: 0;
    transition: 0.3s;
}
.book-cover:hover img.book-cover {
    display: none;
}
.book-cover:hover img.book-cover-hover {
    opacity: 1;
    transform: scale(1.10);
    display: inline;
    transition: all 0.8s ease-in-out;
    margin-top: -16px;
    transition: 0.3s;
}
.book-cover img {
    width: 100%;
    transition: 0.5s;
}
.-pot-books li {
    display: inline-block;
    width: 260px;
    transition: all 0.4s ease-in-out;
    padding: 20px 10px;
}
.-pot-books {
    text-align: center;
}
section.potfolio-wrap.all-section .ani-btn {
    background: #fff;
}
section.potfolio-wrap.all-section .ani-btn:hover {
    border-color: #fff;
}
.section9-home{
    padding: 40px 0px 100px;
    background-image: url("../images/testimonial-background.webp");
    background-size:cover;
    background-repeat:no-repeat;
    background-position: center;
}
.section9-home h2{
    font-size: 50px;
    color: #000;
    line-height: 60px;
}
section.section9-home img.client-big {
    width: auto;
    display: inline-block;
    margin-bottom: -40px;
}
section.section9-home img.client-small {
    width: 20%;
}
section.section9-home img.client-small.client-1 {
    position: absolute;
    left: 0;
    top: 30%;
    width: 5%!important;
}
section.section9-home img.client-small.client-2 {
    position: absolute;
    top: 80%;
    left: -10%;
    width: auto;
}
section.section9-home img.client-small.client-3 {
    position: absolute;
    width: 7%!important;
    top: 10%;
    right: 0;
}
section.section9-home img.client-small.client-4 {
    position: absolute;
    right: -4%;
    top: 96%;
    width: auto;
}
section.section9-home .quote {
    width: 20%;
    margin-top: 60px;
    float: left;
}
.section9-home ul.clients-slider li.slick-slide.slick-current {
    margin-top: 74px;
    margin-bottom: 60px;
}
.section9-home ul.clients-slider li.slick-slide.slick-active p{
    font-size: 18px ;
}
.section9-home ul.clients-slider li.slick-slide.slick-current p{
    font-size: 14px ;
}
section.section9-home ul.clients-slider {
    margin-top:60px;
    height: 380px;
    text-align: center;
    margin-bottom:0px;
}
section.section9-home ul.clients-slider a{
    color:#000;
}
section.section9-home ul.clients-slider li {
    position: relative;
    display: inline-block;
    margin: 0px 35px;
}
section.section9-home ul.clients-slider li .content {
    background: #fff;
    padding: 30px;
    font-family: sans-serif;
    border-radius: 20px;
    padding-top: 50px;
    box-shadow: 0 0 10px #00000063;
}
section.section9-home ul.clients-slider li .content img {
    width: 100%;
}
section.section9-home ul.clients-slider li .content p {
    font-family: sans-serif;
    margin-bottom: 10px;
}
section.section9-home .quote {
    width: 20%;
    margin-top: 60px;
    float: left;
    color: #f1642c;
    font-size: 120px;
}
section.section9-home img.client-big {
    width: auto;
    display: inline-block;
    margin-bottom: -40px;
    border: 2px solid #f1642c;
    border-radius: 120px;
}
section.section9-home .slick-next:before {
    content: '';
    font-family: 'FontAwesome';
    color: #ffdd00;
    padding: 18px 22px;
    border: 1px solid #fff0;
    border-radius: 0px;
    font-size: 52px;
    position: absolute;
    background: url(../images/testimonial-right-arrow-active.webp) no-repeat;
    width: 73px;
    filter: invert(41%) sepia(41%) saturate(1376%) hue-rotate(339deg) brightness(106%) contrast(94%);
    height: 74px;
    transform: translateY(10px);
    opacity: 1;
}
button.slick-next.slick-arrow {
    bottom: -36% !important;
    right: 6%;
    transition-timing-function: ease-in;
    transition: 0.2s;
}
button.slick-prev.slick-arrow {
    right: 148px !important;
    left: unset;
    bottom: -36% !important;
    z-index: 999;
}
.slick-prev, .slick-next {
    position: absolute;
    display: block;
    height: 74px;
    width: 73px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    color: transparent;
    top: unset !important;
    bottom: 0 !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}
section.section9-home .slick-prev:before {
    content:'';
    font-family: 'FontAwesome';
    color: #000000;
    padding: 18px 22px;
    border: 1px solid #fff0;
    border-radius: 50%;
    font-size: 52px;
    position: absolute;
    font-weight: 200;
    background: url(../images/testimonial-left-arrow-active.png) no-repeat;
    width: 73px;
    filter: invert(41%) sepia(41%) saturate(1376%) hue-rotate(339deg) brightness(106%) contrast(94%);
    height: 74px;
    transform: translateY(10px);
    opacity: 1;
}
button.slick-next.slick-arrow.slick-disabled:before {
    background: url(../images/testimonial-right-arrow-disable.png) no-repeat;
    width: 43px;
    height: 44px;
    transform: translateY(50%);
    opacity: 1;
    top: 23px;
    transition-timing-function: ease-in;
    transition: 0.2s;
}
button.slick-prev.slick-arrow.slick-disabled:before {
    background: url(../images/testimonial-left-arrow-disable.webp) no-repeat;
    width: 43px;
    height: 44px;
    transform: translateY(50%);
    opacity: 1;
    top: 23px;
    left: 25px;
    transition-timing-function: ease-in;
    transition: 0.2s;
}
.slick-prev:before, .slick-next:before{
    top: 0;
    bottom: 0;
    left: 0;
}
.slick-active {
    opacity: 1;
}
.section9-home h2 span {
    display: block;
    color: #f1642c;
}
section.section9-home .row {
    position: relative;
}
section.section5-home.Journey-cta {
    background: unset;
    margin: 0 0 25px 0;
}
.section5-home-Journey-cta-col {
    display: flex;
    flex-direction: column;
}
.Journey-cta-cta-btn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
section.section5-home.Journey-cta .cta-img img {
    margin: 0;
}
section.section5-home.Journey-cta h3 {
    font-size: 53px;
    color: #000;
}
section.section5-home.Journey-cta h3 span {
    display: block;
    color: #f1642c !important;
}
footer {
    position: relative;
    z-index:0;
    color: #fff;
    padding: 60px 0 10px;
    background-image: linear-gradient(to right, #f15f2d , #f19823);
}
.footer-bottom-text {
    margin-bottom: 20px;
}
.footer-links {
    margin-top: 30px;
}
footer p {
    font-size: 14px;
    font-family: sans-serif;
    color: #fff;
    line-height: 22px;
    margin-bottom: 0px;
}
footer .logofooter {
    width: 60%;
}
footer h3{
    font-size: 18px;
    color: #fff;
}
footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-family: sans-serif;
    line-height: 30px;
}
footer ul li a:hover{
    text-decoration:none;
    color:#000;
    transition:all 0.4s ease-in-out;
}
footer .form-container {
    padding: 40px 24px;
    background: #fff;
    border-radius: 10px;
    position:relative;
    z-index:0;
    box-shadow: 0px -5px 10px 0px rgb(0 0 0 / 18%);
    width: 85%;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 10px;
}
.footer-form input::placeholder {
    color: #000;
}
footer .border-col{
    border-left: 1px solid #ffffffd1;
}
footer .col-md-4{
    padding-top:0;
}
footer .form-container:before{
    width: 29px;
    height: 42px;
    background-image: url("../images/footer-form-left-shape.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: 4px;
    top: 10px;
    position: absolute;
}
footer .form-container:after{
    width: 26px;
    height: 30px;
    background-image: url("../images/footer-form-right-shape.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    right: 10px;
    top: 40px;
    position: absolute;
}
footer .form-container h4 {
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 700;
    color: #f1642c;
}
footer .form-container h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}
.form-select:focus {
    box-shadow: none;
}
footer hr{
    width: 102%;
    color: #fff;
    margin-left: 0px;
}
footer .form-container input,.form-floating>.form-select {
    background-color: #ebebeb;
    border: 1px solid #f18a25;
    margin-bottom: 10pxpx;
    color: #000;
    width: 100%;
    font-size: 14px;
    height: 50px;
    padding: 6px 8px;
    border-radius: 6px;
    width: 100%;
    margin-bottom: 10px;
}
.form-floating>.form-select{
    padding-left: 14px;
    position: relative;
    z-index: 0;
}
.portfo .slick-slide {
    opacity: 1;
}
.form-floating>.form-select option:hover {
    background-color: #fe6100;
    color: #fff;
}
footer .form-container a.submit {
    padding: 6px 6px 6px 29px;
    border: 2px solid #ff5800;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
}
footer .form-container a.submit:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}
footer .form-container a.submit i {
    background: #ff5800;
    padding: 8px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}
footer ul.contact-details li {
    display: block;
    width: 100%;
}
footer ul.contact-details li i {
    margin-right: 10px;
}
footer ul.contact-details li:hover {
    color: #000;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}
footer ul.contact-details li {
    padding: 10px 0;
    transition: all 0.4s ease-in-out;
    color: #fff;
}
footer h2 {
    color: #FFF;
}
.iti.iti--allow-dropdown {
    width: 100%;
    /* margin-bottom: 15px; */
    text-align: start;
}
.iti__flag-box, .iti__country-name {
    color: #000;
}
button.submit {
    font-size: 18px;
    border: 2px solid #f18a25;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
    min-width: 160px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 8px 46px 8px 26px;
    z-index: 1;
}
.submit:before {
    content: "";
    position: absolute;
    z-index: -1;
    width: 36px;
    height: 36px;
    background-image: linear-gradient(to right, #f15f2d , #f19823);
    border-radius: 50%;
    top: 3px;
    transition: 0.5s;
    right: 6px;
}
i.fa-solid.fa-arrow-right.my-icon {
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}
.submit i {
    padding: 5px 14px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    width: 0;
    z-index: 2;
    right: 18px;
    float: right;
}
button.submit:hover {
    background: #ff5800;
    color: #fff;
}
.submit:hover::before {
    cursor: pointer;
    width: 200%;
    height: 200%;
    top: -13px;
    right: -77px;
    transition: .5s;
    transform: translate(0%, 0%);
    background-image: linear-gradient(to right, #f15f2d , #f19823);
}
.Journey-cta p {
    color: #000 !important;
}
.Journey-cta a.call-now-btn {
    color: #000 !important;
}
html {
    overflow-x: hidden;
}
.banner-img img {
    width: 70%;
}
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
    padding-right: 6px !important;
    padding-left: 52px !important;
    margin-left: 0;
}
.inner_banner {
    background: url(../images/ghostwriting-banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    padding: 50px 0;
    position:relative;
}
.inner_banner:before {
    background: #00000029;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
}
.inner_banner.contact-banner {
    background: url(../images/contact-me.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
}
.inner_banner .bann_wrpr{
    padding: 0 100px 0px 0;
    position: relative;
    z-index: 0;
}
.inner_banner .bann_wrpr h2{
    color: #fff;
}
.inner_banner .bann_wrpr p{
    color: #fff;
}
.inner_banner .bann_wrpr ul{
    margin: 40px 0;
}
.inner_banner .bann_wrpr ul li{
    display: inline-block;
    width: 70%;
    margin: 10px 5px 10px 0;
    color: #fff;
    font-size: 16px;
    vertical-align: top;
    display: flex;
}
.inner_banner .bann_wrpr ul li i{
    margin: 0 10px 0 0;
    color: #f93;
    margin-top: 5px;
}
.too-btns{
    display: flex;
    gap: 20px;
}
.inner_banner .banner_wrpr{
    padding: 35px 25px;
    background: #99938a4d;
    border-radius: 20px;
    text-align: center;
    position: relative;
    z-index: 0;
}
.inner_banner .banner_wrpr h4{
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 30px;
}
.inner_banner .banner_wrpr p{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
}
.inner_banner .banner_wrpr .gpr{
    margin: 0 0 15px 0;
}
.inner_banner .banner_wrpr .gpr input{
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 0;
    border-radius: 10px;
}
.inner_banner .banner_wrpr .gpr textarea{
    width: 100%;
    height: 90px;
    padding: 10px;
    border: 0;
    border-radius: 10px;
}
.inner_banner .banner_wrpr .gpr button{
    width: 100%;
}
.sec_foldd{
    padding: 50px 0 60px;
}
.sec_foldd .sec_f_wrpr h3{
    font-size: 40px;
}
.sec_foldd .sec_f_wrpr p{
    font-size: 15px;
    line-height: 25px;
}
.sec_foldd .sec_f_wrpr .too-btns{
    margin: 30px 0 0 0;
}
.sec_foldd .sec_f_wrpr .too-btns a.theme_btn1{
    border: 1px solid #f90;
}
.sec_foldd .sec_img{
    position: relative;
}
.sec_foldd .sec_img img{
    margin: 0 auto;
    width: 90%;
    display: block;
}
.sec_foldd .sec_img:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 90%;
    background: #f19125;
    top: 28px;
    right: 10px;
    z-index: -1;
}
.how_it_works{
    padding: 50px 0px 0px;
    background: url(../images/inner-main-service-gs.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.how_it_works .how_top_wrp{
    margin: 0px 0 25px 0;
}
.how_it_works .how_top_wrp h2{
    text-align: center;
    font-size: 52px;
}
.how_it_works .how_wrpr{
    padding: 20px 10px;
    margin: 20px 0;
}
.how_it_works .how_wrpr .step h5{
    margin: 0;
    text-align: center;
    background: #99938a4d;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    vertical-align: middle;
    font-size: 26px;
    font-weight: 900;
    display: flex;
    align-items: center;
    justify-content: center;
}
.how_it_works .how_wrpr .step h5 span{
    font-size: 18px;
    color: #f93;
    margin: 0 0 0 5px;
}
.how_it_works .how_wrpr .step_wrp{
    height: 170px;
}
.how_it_works .how_wrpr .step_wrp h6{
    font-size: 30px;
    font-weight: 600;
}
.how_it_works .how_wrpr .step_wrp p{
    margin: 0;
    font-size: 16px;
}
.menuSec li ul li a i{
    margin: 0 5px 0 0;
}
.menuSec li ul h4 {
    color: #fff;
    margin-left: 20px;
    margin-top: 10px;
    font-size: 20px;
    border-bottom: 1px solid;
    padding-bottom: 10px;
    display: table;
}
.cta_Sec .cta_wrpr p span {
    display: block;
}
.cta_Sec .col-md-6.m-auto {
        min-height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drop {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
html {
    overflow-x: hidden;
}
ul.drop_down a {
    font-size: 13px !important;
}
.drop_down.fic_tab{
    width: 250px !important;
}
.drop_down.oth_ser{
    width: 500px !important;
}
.inner_flx{
    display: flex;
    width: 80%;
    gap: 10px;
}
.inner_flx li a{
    width: 100%;
    text-align: center;
}
.once_wrpr_sec{
    padding: 38px 0;
}
.once_wrpr_sec .once_Wrp{
    text-align: center;
    margin: 0 0 30px 0;
}
.once_wrpr_sec .once_img_Sec{
    margin: 20px 0;
}
.once_wrpr_sec .once_img_Sec img{
    width: 100%;
    margin: 0 auto;
    display: block;
}
.once_wrpr_sec .once_cont_Sec{
    margin: 20px 0;
}
.once_wrpr_sec .once_cont_Sec ul{
    margin: 40px 0 40px 30px;
    display: flex;
    flex-wrap: wrap;
}
.once_wrpr_sec .once_cont_Sec ul li{
    margin: 0 0 5px 0;
    font-weight: 600;
    position: relative;
    min-width: 250px;
}
.once_wrpr_sec .once_cont_Sec ul li:before {
    position: absolute;
    content: "";
    left: -15px;
    top: 10px;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 50px;
}
.theme_btn {
    padding: 15px 25px;
    border: unset;
    text-transform: capitalize;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #f19125;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}
.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #f1622d;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 600ms;
}
.theme_btn:hover {
    color: #fff;
}
.theme_btn:hover::before {
    width: 100%;
}
.theme_btn1 {
    padding: 14px 25px;
    border: unset;
    border-radius: 15px;
    color: #f90;
    z-index: 1;
    background: transparent;
    border: 1px solid #fff;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}
.theme_btn1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #000;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 600ms;
}
.theme_btn1:hover {
    color: #fff;
}
.theme_btn1:hover::before {
    width: 100%;
}
.bottom_form{
    background: url(../images/get-in-touch-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.bottom_form .get_wrp h3{
    font-size: 40px;
    font-weight: 700;
}

.bottom_form .get_wrp ul li{
    padding: 10px 0;
}
.bottom_form .get_wrp ul li a{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.bottom_form .get_wrp ul li a i{
    margin: 0 10px 0px 0;
}
.bottom_form .iframe_add img{
    width: 40%;
}
.bottom_form .btm_frm h3{
    font-size: 40px;
    font-weight: 700;
}
.bottom_form .btm_frm .grpp{
    margin: 0 0 10px 0;
}
.bottom_form .btm_frm .grpp input{
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 15px;
}
.bottom_form .btm_frm .grpp textarea{
    width: 100%;
    height: 120px;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 15px;
    resize: none;
}
.banner-form {
    z-index: 1;
    position: relative;
}
.logo_Sec{
    padding: 60px 0 0px;
}
.logo_Sec ul{
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: 80%;
}
.logo_Sec ul li img{
    width: 140px;
    margin: auto;
}
.logo_Sec .slick-active {
    opacity: 1;
}
.logo_Sec .slick-track {
    display: flex;
    align-items: center;
}
.cta_Sec{
    padding: 80px 0;
    background: url(../images/cta-bg.webp);
    position: relative;
}
.cta_Sec .img_wrpr_cta img{
    position: absolute;
    left: 0;
    width: 20%;
    top: 50px;
}
.cta_Sec .img_wrpr_cta1 img{
    position: absolute;
    width: 20%;
    right: 0;
    top: 32px;
}
.cta_Sec .cta_wrpr{
    text-align: center;
}
.cta_Sec .cta_wrpr h3{
    color: #fff;
    font-size: 40px;
    margin: 0 0 20px 0;
}
.cta_Sec .cta_wrpr p{
    color: #fff;
    margin: 0 0 20px 0;
}
.cta_Sec .cta_wrpr ul{
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}
.portfoilio{
    padding: 0px 0 54px;
    margin: 0 0 30px 0;
}
.portfoilio .port_wrpr{
    text-align: center;
    padding: 0 130px;
    margin: 0 0 25px 0;
}
.portfoilio .port_wrpr h2{
    margin: 0 0 10px 0;
}
.portfoilio .port_wrpr h5{
    font-size: 20px;
    font-weight: 700;
}
.portfoilio a img{
    width: 100%;
    height: 350px;
    margin: 10px 0;
    padding: 5px;
    background: #f9872a;
}
.portfoilio .slick-active {
    opacity: 1;
}
.portfoilio .slick-prev, .slick-next {
    top: 112%;
}
.portfoilio .slick-prev:before, .slick-next:before {
    font-family: 'font Awesome 5 pro';
    font-size: 25px;
}
.portfoilio .slick-prev:before, .slick-next:before {
    color: #8c4b0c;
}
.testi_sec{
    padding: 60px 0;
    background: url(../images/testimonils-after.webp);
}
.testi_sec .testi_wrp{
    text-align: center;
    padding: 0 150px;
    margin: 0 0 0px 0;
}
.testi_sec .testi_wrp h6{
    color: #fff;
}
.testi_sec .testi_wrp h3{
    color: #fff;
    margin: 0 0 15px 0;
}
.testi_sec .testi_wrp p{
    color: #fff;
}
.testi_sec .testi_midd{
    padding: 30px;
    text-align: center;
    background: #414546;
    width: 80%;
    margin: 20px auto;
}
.testi_sec .testi_midd h4{
    color: #f9872a;
    font-size: 26px;
}
.testi_sec .testi_midd h6{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 500;
    letter-spacing: 1px;
}
.testi_sec .testi_midd p{
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.testi_sec .testi_midd p strong{
    color: #f9872a;
    font-weight: 300;
}
.testi_sec .testi_midd p img{
    width: 4% !important;
    height: auto;
}
.testi_sec .slick-dots li button:before {
    color: #fff;
}
.bottom_form{
    background: url(../images/get-in-touch-bg.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0;
}
.bottom_form .get_wrp h3{
    font-size: 40px;
    font-weight: 700;
}
.bottom_form .get_wrp ul li{
    padding: 10px 0;
}
.bottom_form .get_wrp ul li a{
    color: #000;
    font-size: 18px;
    font-weight: 500;
}
.bottom_form .get_wrp ul li a i{
    margin: 0 10px 0px 0;
}
.bottom_form .iframe_add img{
    width: 40%;
}
.bottom_form .btm_frm h3{
    font-size: 40px;
    font-weight: 700;
}
.bottom_form .btm_frm .grpp{
    margin: 0 0 10px 0;
}
.bottom_form .btm_frm .grpp input{
    width: 100%;
    height: 50px;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 15px;
}
.bottom_form .btm_frm .grpp textarea{
    width: 100%;
    height: 120px;
    background: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 15px;
    resize: none;
}
@keyframes slidedown-h {
    from {
        opacity: 0;
        top: 0px;
    }
}
.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    z-index: 999;
}
.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    border-radius: 3px 0px 0px 3px;
    border-radius: 10px 0px 0px 10px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
    background: linear-gradient(to right, #f15f2d , #f19823);
}
.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -52px;
    white-space: pre;
    bottom: 87px;
}
.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #ffffff;
    margin: 17px 0 0 15px;
}
.banner-form {
    background: #fff;
    padding: 20px 16px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}
.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #ff5800;
    background: #ebebeb;
    padding: 10px 15px;
    color: #000000;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}
.banner-form .intl-tel-input {
    width: 100%;
}
.banner-form h3 {
    color: #fe6100;
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}
.banner-form h3 strong {
    color: #000;
    font-size: 20px;
    text-align: center;
}
.banner-form h3 strong {
    font: 24px/24px 'Roboto Condensed', sans-serif;
    font-weight: 600;
}
.ban-form input[type="submit"] {
    color: #000;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 30px;
    font-family: 'Boiling';
    margin: 20px 0 0;
    border: transparent;
    font-size: 16px;
    display: inline-block;
    width: fit-content;
    border-radius: 30px;
    border: 2px solid #ff5800;
    cursor: pointer;
    margin-top: 17px;
    background-color: #ffffff;
    display: block;
    margin: auto;
    margin-top: 11px;
}
.ban-form textarea {
    width: 100%;
    border: 1px solid #ff5800;
    background: #ebebeb;
    padding: 10px 15px;
    color: black;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0px 0;
    resize: none;
}
.btns_wrap {
    position: fixed;
    right: -6px;
}
.btns_wrap a:hover {
    text-decoration: none!important;
    right: 0px;
}
.btns_wrap .call_wrap {
    width: 280px;
    background-color: #ff5800;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 10px 0px 0px 10px;
    background: linear-gradient(to right, #f15f2d , #f19823);
}
.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 20px 15px 15px;
}
.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #ff5800;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 10px 0px 0px 10px;
    z-index: 9999;
    background: linear-gradient(to right, #f15f2d , #f19823);
}
.btns_wrap .chat_wrap span.icoo, .btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 20px;
    padding: 8px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}
.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding: 15px 30px 15px 15px;
}
.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}
.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}
.fldset.inpchecbx {
    margin: 10px 0 0 0;
}
.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}
.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}
.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}
.main-services-banner-sec .ban-form input {
    height: 40px 
}
.intl-tel-input .country-list .country {
    font-size: 14px;
}
#ouibounce-modal h4:before {
    background: #ff851d;
    content: "";
    height: 100%;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px;
}
section.expertise-col a:hover {
    background: #de122e;
    border-color: #de122e;
    color: #fff;
}
#ouibounce-modal .modal-body a {
    padding-right: 62px;
    margin-bottom: 23px;
    font-size: 14px;
    margin-top: 10px;
}
.modal-footer a {
    cursor: pointer;
    border: #0c8a41 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    display: block;
    padding: 15px;
}

#ouibounce-modal .modal:before {
    content: "";
    background: url(../images/opt-shark.png) no-repeat left top;
    width: 187px;
    height: 273px;
    position: absolute;
    left: -27px;
    top: 18px;
    visibility: hidden;
}
#ouibounce-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}
#ouibounce-modal .modal:after {
    background: url('../images/sprite.png') no-repeat 0 0;
    width: 22px;
    height: 60px;
    content:"";
    position:absolute;
    z-index: 1;
    visibility: hidden;
    right: 0;
}
#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s 
}
#ouibounce-modal .modal {
    width: 410px;
    height: 425px;
    background-color: #ffffff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 24px;
    display: block;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    padding: 14px 24px 24px 20px;
    overflow: visible;
}
#ouibounce-modal .modal-body p {
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 0;
}
#ouibounce-modal h4 {
    color: #000;
    font-size: 25px;
    text-transform: none;
    font-weight: 800;
    position: relative;
    padding-left: 19px;
    margin-top: 13px;
    margin-bottom: 8px;
}
#ouibounce-modal .modal-body {
    font-size: 13px;
    padding: 7px 0 10px;
}
#ouibounce-modal h2+p {
    color: #344a5f 
}
#ouibounce-modal form input[type=text], #ouibounce-modal form input[type=email], #ouibounce-modal form textarea {
    padding: 12px 12px 12px 32px;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    background: #f4f4f4;
    margin: 0;
    color: #000;
}
#ouibounce-modal form input[type=submit] {
    text-transform: uppercase;
    padding: 12px;
    font-size: 22px;
    border-radius: 4px;
    margin-right: 8px;
    color: #fff;
    background-color: #ff851d;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    font-weight: 800;
    text-shadow: #000 0px 1px 1px;
    width: 49%;
}
@-webkit-keyframes fadein {
    0% {
        opacity: 0 
    }
    100% {
        opacity: 1 
    }
}
@-ms-keyframes fadein {
    0% {
        opacity: 0 
    }
    100% {
        opacity: 1 
    }
}
@keyframes fadein {
    0% {
        opacity: 0 
    }
    100% {
        opacity: 1 
    }
}
@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0 
    }
    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1 
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1 
    }
}
@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0 
    }
    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1 
    }
    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1 
    }
}
@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0 
    }
    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1 
    }
    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1 
    }
}
#ouibounce-modal {
    display: none;
}
.popupform ul li {
    text-align: left;
    position: relative;
    width: 48%;
    margin: 8px 3px;
    display: inline-block;
}
.popupform ul li input, .popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}
.popupform ul li i {
    position: absolute;
    top: 17px;
    left: 10px;
}
section.main-privacy p a {
    color: #f07828;
}
.main-privacy ul {
    margin-bottom: 20px;
}
.popupform ul li.first,.popupform ul li:nth-child(4) {
    width: 98%;
}
.popupform ul li textarea {
    height: 110px;
}
.popupform ul li.last {
    text-align: center;
    width: 100%;
}
.popupform ul li input[type="submit"] {
    background: linear-gradient(to right, #f15f2d , #f19823);
    color: #fff;
    font-size: 18px;
    border: #DC498A 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 30px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
}
.popupform ul li input[type="text"]:focus, .popupform ul li input[type="email"]:focus, .popupform ul li textarea:focus {
    border: #f19823 1px solid !important;
}
.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 35px 30px 20px;
    overflow: visible;
    border-bottom: #f19823 5px solid;
}
.popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #f19823 6px solid !important;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}
.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}
.popupform .fancybox-close-small {
    border: #f19823 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
}
.popupform .fancybox-close-small:after {
    color: #ca2f35;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}
input.required.error, textarea.required.error, select.required.error {
    border-bottom: red 2px solid!important;
    color: red!important;
}
label.error {
    display: none!important;
}
.modal-footer a:after {
    content: "x";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;
    color: #0c8a41;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}
#ouibounce-modal .modal-footer {
    position: absolute;
    top: -10px;
    right: -8px;
    border: 0px none;
}
div#btmsticky b {
    color: #fcb314;
    font-size: 24px;
}
div#btmsticky span {
    display: block;
    color: #fcb314;
    font-size: 29px;
}
div#btmsticky .content a {
    display: inline-block;
    position: relative;
    top: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600!important;
    border: 0px none;
    cursor: pointer;
    color: #000;
    padding: 18px 6px;
    font-size: 15px;
    margin: 0 0 0 19px;
    border-radius: 2px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    background: #fcb314;
}
div#btmsticky h2 {
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    width: 61%;
    color: #f5f5f5;
    margin: 13px 0 0 0;
}
.btm-sticky {
    position: fixed;
    bottom: -1px;
    display: none;
    left: 0;
    width: 100%;
    background: #2b2b2b;
    padding: 16px 0;
    border-top: #000 2px solid;
    z-index: 4;
}
.hide {
    opacity: 0;
    left: -100%;
}
.show {
    opacity: 1;
    left: 0;
}
.banner-cont {
    padding: 100px 0 200px;
}
.banner-cont a.btn1 {
    background: #ff9805;
    border: 1px solid #fff;
    font-size: 35px;
    padding: 0 8px 0 30px;
    font-family: "Nata";
    border-radius: 40px;
    height: 70px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: 1s ease-in-out;
    letter-spacing: 2px;
}
.banner-cont a.view-pricing-txt.various.ani-btn {
    display: block;
    width: 16%;
    margin: 0 auto;
}
section.main-privacy {
    padding-top: 90px;
    padding-bottom: 140px;
}
ul.cnt-ul li a {
    color: #f15f2d;
}
.banner-wrap .form_Wrpr form .grp input::placeholder {
    text-transform: uppercase;
}
section.section3-service {
    padding: 100px 0;
}
section.section3-service .nav-tabs .nav-item.show .nav-link, section.section3-service .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #ff5800;
    border-color: #fff0;
    color: #fff;
    width: 100%;
    border-radius: 0;
}
section.section3-service ul {
    border: none;
    display: inline-block;
}
section.section3-service ul li {
    border: 2px solid #f19125;
    color: #000;
    display: inline-block;
    padding: 10px 4px;
    width: 180px;
}
section.section3-service ul li a {
    border-radius: 0;
    color: #000;
    padding: 6px 6px 6px;
    font-size: 16px;
    border: navajowhite;
    width: 100%;
}
section.section3-service ul li:hover {
    background-image: linear-gradient(to right, #f15f2d , #f19823);
    color: #fff;
    transition: all 0.4s ease-in-out;
}
section.section3-service ul li:hover a {
    color: #fff;
    transition: all 0.4s ease-in-out;
}
section.section3-service ul.service-books li {
    background: none;
    width: 22%!important;
    transition: all 0.4s ease-in-out;
    border: 1px solid #fff0!important;
    margin: 20px 10px!important;
}
section.section3-service ul.service-books li img.open-book {
    display: none;
    opacity: 0;
}
section.section3-service ul.service-books li:hover .close-book {
    transition: all 0.4s ease-in-out;
    opacity: 0;
}
section.section3-service ul.service-books li:hover .open-book {
    opacity: 1;
    display: block;
    transition: all 0.4s ease-in-out;
    margin-top: -146%;
}
section.section3-service .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    width: 100%;
    border-color: #fff0;
    color: #ff5800;
    color: #fff;
    border-radius: 0;
}
section.section3-service h2{
    font-size: 44px;
    color: #000;
    line-height: 60px;
}
section.section3-service h2 span{
    color: #ff5800;
}
section.section3-service p {
    color: #403E3E;
    font-weight: 500;
    font-size: 19px;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    width: 90%;
    margin-bottom: 20px;
    margin-left: 0;
}
section.section3-service ul li.nav-item.current {
    background: #f15f2d;
    background-image: linear-gradient(to right, #f15f2d , #f19823);
    color: #fff;
}
section.section3-service a {
    border: 2px solid #ff5800;
    font-size: 18px;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}
section.section3-service a:hover {
    cursor: pointer;
    color: #fff!important;
    transition: all 0.4s ease-in-out;
}
section.section3-service a i {
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}
section.section3-service .tabs.current {
    display: block;
}
section.section3-service .tabs {
    display: none;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
ul.contact-details {
    display: flex;
}
 .inner_banner .bann_wrpr h1 {
     color: #fff;
     font-weight: 600;
     margin: 0 0 18px;
     font-family: 'Antic Slab', serif;
     font-size: 36px;
     line-height: 1.2;
     background: transparent;
     -webkit-background-clip: inherit;
     -webkit-text-fill-color: inherit;
}
.inner_banner .contact-banner-text.bann_wrpr h1 {
    margin-bottom: 0px;
}
 .sec_foldd .sec_f_wrpr h2 {
     font-size: 34px;
     font-family: 'Antic Slab', serif;
     line-height: 1.2;
     color: #000000;
     font-weight: 600;
     margin: 0 0 10px;
}
 .cta_Sec .cta_wrpr h2{
     color: #fff;
     font-size: 40px;
     margin: 0 0 20px 0;
     line-height: 1.2;
     font-weight: 600;
}
 .how_it_works .how_wrpr .step_wrp h3 {
     font-size: 30px;
     font-weight: 600;
     line-height: 1.2;
     color: #000;
     margin: 0 0 22px;
}
 .testi_sec .testi_wrp h2 {
     color: #fff;
     margin: 0 0 15px 0;
     font-size: 30px;
     line-height: 1.2;
     font-weight: 600;
}
 .banner-text h1 {
     display: block;
    background: linear-gradient(to right, #ffffff, #ffffff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/*faqs*/
.faq-img-col  {
    display: flex;
}
 .faq {
     padding-top: 35px;
     padding-bottom: 50px;
}
 .faq .accordion-header button {
     background: #000;
     color: #fff;
}
 .faq .accordion-button:not(.collapsed){
     color: #fff;
     background-color: #f16a2b;
}
 .faq .accordion-button::after{
     filter: invert(1);
}
 .faq .accordion-item {
     margin-bottom: 15px;
     margin-top: 15px;
}
 .faq img.img-fluid {
     object-fit: contain;
     margin: auto;
}
.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
    border: none;
    border-color: transparent;
}
 .forge-wrap .forge-text h2 {
     font-weight: 500;
}
 .Professional-ser-text .profestwrp {
     margin-top: 20px;
     font-size: 30px;
     line-height: 1.2;
     color: #000000;
     font-weight: 600;
     margin: 20px 0 10px;
}
.Professional-ser-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

 .Professional-ser-text .profestwrp span{
     display:inline-block;
     color: #f1642c;
}
 .cta-hdg h2 {
     color: #fff;
     font-size: 36px;
     margin-bottom: 21px;
     font-family: "Antic Slab",serif;
     font-weight: 600;
     background: 0 0;
     background-clip: unset;
     display: block;
     transform-origin: unset;
     -webkit-text-fill-color: unset;
     line-height: 1.2;
     margin: 0 0 10px;
}
 section.section5-home h2 {
     color: #fff;
     font-size: 46px;
     margin-bottom: 21px;
     background: 0 0;
     background-clip: unset;
     display: block;
     transform-origin: unset;
     font-weight: 600;
     -webkit-text-fill-color: unset;
     line-height: 1.2;
     max-width: 700px;
}

 .Why-Choose ul li:hover .content img {
     display: none;
}
 section.section5-home.Journey-cta h2 {
     font-size: 53px;
     color: #000;
     margin-bottom: 21px;
     background: 0 0;
     background-clip: unset;
     display: block;
     transform-origin: unset;
     font-weight: 600;
     -webkit-text-fill-color: unset;
}
 section.section5-home.Journey-cta h2 span {
     color: #f1642c !important;
}
 .homefaq{
     padding-top:0 !important;
     padding-top:130px;
}
/*faqs*/
 .colorthme{
     color:#f16a2b;
}
 span.black {
     color: #000;
}


/* popup start */


    .popup-overlay {
      display: flex;
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      justify-content: center;
      align-items: center;
      z-index: 999999;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.4s ease, visibility 0.4s ease;
    }

    .popup-overlay.active {
      opacity: 1;
      visibility: visible;
    }

    .popup {
      background-color: white;
      padding: 0px;
      border-radius: 25px;
      position: relative;
      min-width: 300px;
      transform: scale(0.95);
      transition: transform 0.3s ease;
    }

    .popup-overlay.active .popup {
      transform: scale(1);
    }

    .close-btn {
      position: absolute;
      top: -8px; right: -8px;
      background: #f19723;
      color: white;
      border: none;
      border-radius: 50%;
      width: 35px; height: 35px;
      cursor: pointer;
      font-weight: bold;
      font-size: 24px;
    }
    .close-btn:hover {
        background-color: #f15f2d;
    }
    button#showPopup {
      margin-top: 20px;
      padding: 10px 20px;
      font-size: 16px;
      cursor: pointer;
    }
.popupform ul {
    margin-bottom: 0px;
}
  /* popup end */

 

  /* About-us-banner */
  .about-us-banner{
   background: url(../images/about-banner.webp);
   background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    position: relative;
  }

  /* Ghostwriting Banner */
  .ghostwriting-banner{
    background: url(../images/ghostwriting-banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  
.footer-bottom-text {
    display: flex;
    align-items: center;
    justify-content: center;
}
 
.footer-bottom-text img {
    width: 50%;
}


/* Banners */


.banner-story-writing{
    background: url(../images/banner-story-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-memoir-writing{
    background: url(../images/banner-memoir-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-rhyme-writing{
    background: url(../images/banner-rhyme-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-biography-writing{
    background: url(../images/banner-biography-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-seo-content{
    background: url(../images/banner-seo-content.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-script-writing{
    background: url(../images/banner-script-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-novel-writing{
    background: url(../images/banner-novel-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.banner-speech-writing{
    background: url(../images/banner-speech-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-screen-writing{
    background: url(../images/banner-screen-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-song-writing{
    background: url(../images/banner-song-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-non-fiction-writing{
    background: url(../images/banner-non-fiction-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-comic-writing{
    background: url(../images/banner-comic-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-autobiography-writing{
    background: url(../images/banner-autobiography-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-military-fiction{
    background: url(../images/banner-military-fiction.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-narrative-writing{
    background: url(../images/banner-narrative-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-wiki-writing{
    background: url(../images/banner-wiki-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-movie-writing{
    background: url(../images/banner-movie-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-action-adventure{
    background: url(../images/banner-action-adventure.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-science-fiction{
    background: url(../images/banner-science-fiction.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-fantasy-writing{
    background: url(../images/banner-fantasy-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-horror-book{
    background: url(../images/banner-horror-book.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-book-formatting{
    background: url(../images/banner-book-formatting.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-book-proofreading{
    background: url(../images/banner-book-proofreading.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-children-book{
    background: url(../images/banner-children-book.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-book-cover{
    background: url(../images/banner-book-cover.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-author-website{
    background: url(../images/banner-author-website.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-book-publishing{
    background: url(../images/banner-book-publishing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-audio-book{
    background: url(../images/banner-audio-book.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-children-book-1{
    background: url(../images/banner-children-book-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-book-marketing{
    background: url(../images/banner-book-marketing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-book-trailer{
    background: url(../images/banner-book-trailer.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-translation{background: url(../images/banner-tranlation.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-book-illustration{
    background: url(../images/banner-book-illustration.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-ghostwriting{
    background: url(../images/banner-ghostwriting.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-fiction-writing{
    background: url(../images/banner-fiction-writing.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.banner-book-editing{
    background: url(../images/banner-book-editing.png);
    background-repeat: no-repeat;
    background-size: cover;
}

/* Banners end */
.calender-new {
    margin: 50px 0px 0px;
}
.contact-map iframe {
    height: 500px !important;
}




.Professional-wrap:before {
    content: '';
    background-image: url(../images/beforeimages/image22.png);
    width: 427px;
    height: 755px;
    position: absolute;
    background-size: contain;
    opacity: 0.4;
}
.Professional-wrap:after {
    content: '';
    background-image: url(../images/beforeimages/image28.png);
    width: 225px;
    height: 347px;
    position: absolute;
    background-size: cover;
    opacity: 0.5;
    right: 0;
    top: 0;
}

.Professional-wrap {
    position: relative;
}

.Why-Choose{
    position: relative;
}

.hire-ghost{
    position: relative;
}

.Why-Choose:before {
    content: '';
    background-image: url(../images/beforeimages/image10.png);
    width: 1600px;
    height: 100%;
    position: absolute;
    background-size: cover;
    opacity: 0.5;
    bottom: 0;
}

.hire-ghost:before {
    content: '';
    background-image: url(../images/beforeimages/image29.png);
    width: 443px;
    height: 333px;
    position: absolute;
    background-size: cover;
    opacity: 0.4;
    bottom: 0;
}

.hire-ghost:after {
    content: '';
    background-image: url(../images/beforeimages/image27.png);
    width: 216px;
    height: 263px;
    position: absolute;
    background-size: cover;
    opacity: 1;
    right: 0;
    top: 0;
}

.potfolio-wrap:before {
    content: '';
    background-image: url(../images/beforeimages/side2.png);
    width: 299px;
    height: 282px;
    position: absolute;
    background-size: contain;
    opacity: 0.5;
    bottom: 0;
}


.potfolio-wrap:after {
    content: '';
    background-image: url(../images/beforeimages/side3.png);
    width: 184px;
    height: 234px;
    position: absolute;
    background-size: cover;
    opacity: 0.5;
    right: 0;
    top: 0;
}

.forge-wrap:before {
    content: '';
    background-image: url(../images/beforeimages/cta-serv.png);
    width: 470px;
    height: 452px;
    position: absolute;
    background-size: contain;
    opacity: 0.4;
    left: 0;
    top: 0;
}


.main-about:before {
    content: '';
    background-image: url(../images/beforeimages/image24.png);
    width: 360px;
    height: 379px;
    position: absolute;
    background-size: contain;
    opacity: 1;
    right: 0;
}

.main-about:after {
    content: '';
    background-image: url(../images/beforeimages/image26.png);
    width: 266px;
    height: 276px;
    position: absolute;
    background-size: cover;
    opacity: 1;
    bottom: 0;
}

.main-about{
    position: relative;
}


.banner-wrap h1 span{
    background: radial-gradient(
    circle at 100%,
    #f19125,
    #ffffff 50%,
    #f19125 75%,
    #ffffff 75%
  );
  font-weight: 600;
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: animatedTextGradient 5.1s linear infinite;
}

@keyframes animatedTextGradient {
  to {
    background-position: 200% center;
  }
}


.about-sec-new:before {
    display: none;
}

.about-sec-new ul li {
    display: inline-block;
    transition: all 0.4s ease-in-out;
    width: 40%;
    position: relative;
    padding: 0 0px;
    transition: all 800ms ease;
    z-index: 0;
    margin: 21px;
    margin-bottom: 6px;
}

.about-sec-new ul li img {
    width: 100%;
    height: 300px;
}

.about-sec-new ul li .first {
    background: #fff;
    padding: 0px 0px 20px;
    transition: all 0.4s ease-in-out;
    box-shadow: 0px 0px 13px 0px #8a8a8a;
}

.about-sec-new ul li .content p {
    font-size: 16px;
    color: #fff;
    font-family: sans-serif;
    line-height: 22px;
}

.main-about .Journey-cta-cta-btn {
    display: flex;
    flex-wrap: wrap;
    padding-top: 12px;
}


/* porTfolio START */


    .tabs_home_portfolio ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .tabs_home_portfolio ul li a{
        font-size: 18px;
        padding: 10px !important;
    }


    .test_section svg:not(:host).svg-inline--fa, svg:not(:root).svg-inline--fa {
        overflow: visible;
        box-sizing: content-box;
        color: #ffffff;
    }
    .test_section h2{
        text-align: center;
        font-size: 55px;
        padding-bottom: 20px;
    }

    .glimpse-section .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn {
        justify-content: center;
        margin-top: 20px;
    }

    .glimpse-section .serv-cta-btn.inr-tab-btn .serv-cta-tel {
        color: #000;
        border-color: #007533;
    
    }

    .glimpse-section .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-tel {color: #000000;}
    
    .glimpse-section .serv-cta-btn.inr-tab-btn .serv-cta-tel {
        color: #000;
        border-color: #007533;
    
    }
    .main-banner svg:not(:host).svg-inline--fa,.main-banner  svg:not(:root).svg-inline--fa{
        color: #fff !important;
    }
    .our-serv-sec h2{
        font-size: 55px;
        margin-bottom: 0;
    }

    .test_section .inner-box {
        position: relative;
    }

    .testimonials-carousel .inner-box img{
        position: absolute;
        top: -19px;
        left: 14%;
        transform: translate(-50%,-50%);
        /* z-index: 999999; */
        width: 71px !important;
        height: 42px;
    }

    .carousel .card:hover svg:not(:host).svg-inline--fa,.carousel .card:hover svg:not(:root).svg-inline--fa{
        color: #ffffff;
    }

    .our-serv-sec .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn {
        justify-content: center;
        margin: 0;
    }

    .our-serv-sec svg:not(:host).svg-inline--fa,.our-serv-sec svg:not(:root).svg-inline--fa {
        color: #fff;
    }

    .our-serv-sec  .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-tel:hover {
        color: #000;
    }


    .our-serv-sec .serv-cta-tel:hover svg:not(:host).svg-inline--fa,.our-serv-sec .serv-cta-tel:hover svg:not(:root).svg-inline--fa {
        color: #000000;
    }
    .main-banner .serv-cta-tel:hover svg:not(:host).svg-inline--fa,.main-banner .serv-cta-tel:hover svg:not(:root).svg-inline--fa {
        color: #000000;
    }
    .case-tr-silla .get-btn.chatt{
        background-color: #fff;
        color: #007533
        ;
    }
    .modal_content_inner button{
        display: block;
        width: 100%;
        background-color: #007533;
        color: #ffff;
        border: none;
        padding: 13px 0;
        border-radius: 35px;
        font-size: 20px;
        font-weight: 600;
    }
    li.card{
    list-style: none;
    margin-top: 24px;
    margin-bottom: 20px;
    }

    .modal-header {
        padding: 0px;
        border-bottom: none;
    }
    .modal_heading  h3 {
        /* background: hsl(0deg 0% 0% / 80%); */
        padding: 15px !important;
        text-align: center;
        font-weight: 600;
        color: #fff;
        line-height: 12px;
        border-radius: 10px;
        margin-bottom: 5px !important;
        margin-top: 41px;
    }

    .modal_heading h3 span {
        margin: 10px 0 0;
    }
    .modal_heading h3 span {
        padding: 10px;
        border-radius: 8px;
        display: block;
        /* background: #007533; */
    }
    .modal_heading h3 span {
        font-weight: 600;
        letter-spacing: 2px;
        color: #fff;
    }
    .modal-body {
        position: relative;
        padding: 0;
    }
    .modal-content {
        height: 100%;
        /* background-color: white; */
        /* background-image: url('../images/popop-bg.webp'); */
        background-image: url('../images/popup-bg3860.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
        width: 990px;
        height: 613px;
        padding: 0 0;
        border-radius: 25px;
    }
    .modal_content_inner button:hover {
        background-color: #000;
        color: #fff;
        border: none;
    }
    .modal_heading input{
        height: 45px;
        border-color: #000 !important;
    }
    .modal_heading textarea{

        border-color: #000 !important;
    }
    .glimpse-section .section-title.text-center p {
        width: 60%;
        margin: auto;
        font-size: 17px;
        padding: 0px 0 20px;
    }
    .contact-form input {
        height: 48px;
        padding: 10px;
    }
    .tabs_img img{
        border-radius: 8px;
        box-shadow: rgb(255 255 255) 7px 7px 0px 1px;
    }
    .book-marketing-cta p{
        font-size: 16px;
        color: #ffff !important;
        width: 80%;
        margin: 0 auto;
        padding: 10px 0;
    }
    .serv-bx img {
        /* filter: brightness(0) invert(0); */
        filter: grayscale(1);
    }
    .banner_book_img img{
        width: 700px;
        margin: auto;
        display: table;
        position: absolute;
        z-index: 0;
        top: 445px;
    }

    .an-check-llist li {
        display: inline-block;
        width: 47%;
        margin: 1%;
        color: #000;
        font-size: 22px;
        text-transform: capitalize;
    }
    .looking-section h4 {
        font-size: 30px;
        color: #007533;
        margin-bottom: 30px;
    }
    .test_img img{
        width: 100%;
        height: 100%;
    }
    .resume_box img{
        margin-bottom: 20px;
        height: 365px;
    }
    .hire-img img {
        width: 425px;
        height: 440px;
    }

    .cta-sec {
        padding: 50px 0 10px;
        background: url(../images/footer-bg.webp) center/cover no-repeat;
    }
    section.cta-sec.cta-sec-2 {
        padding-bottom: 50px;
    }
    /* .test_section {
        background: url('../images/testimonial-img-01.webp');
        background-repeat: no-repeat;
    } */

    .modal-content:before {
        content: '';
        background: url(../images/popup-label-70.webp) no-repeat;
        height: 183px;
        width: 111px;
        position: absolute;
        left: 0;
        right: 240px;
        margin: auto;
        top: 0px;
    }
    .col-md-7.modal_heading {
        width: 425px;
    }
    .test_section img{
        width: 100%;
    }
    .modal-content  h4 {
        clip-path: polygon(0 0, 100% 0, 95% 100%, 0% 100%);
        background: #113964;
        margin: 0;
        font-size: 18px;
        color: #0d145c;
        font-weight: 600;
        position: relative;
        margin: 0 0 20px;
        padding: 0;
        display: flex;
        text-transform: capitalize;
        align-items: center;
    }

    .modal-content  h4:after {
        content: '';
        height: 80%;
        width: 100%;
        background: #ffd18d;
        position: absolute;
        left: 0;
        z-index: -1;
        top: 5px;
    }
    .modal-content  h4{
        position: relative;
    }
    .modal-content  h4 span {
        font-size: 32px;
        font-weight: 700;
        font-style: italic;
        background: #ffc50d;
        display: inline-block;
        padding: 5px 10px;
        border-radius: 10px;
        line-height: 24px;
        margin-right: 8px;
        border-right: 5px solid #093867;
    }

    .modal-content  h4 span strong {
        display: block;
        font-size: 14px;
        font-weight: 600;
        font-style: initial;
    }

    .modal-dialog {
        width: 900px;
        margin: 30px auto;
    }
    li.card:hover i{
        color: #fff;
    }
    .test_section li.card:hover svg:not(:host).svg-inline--fa,.test_section li.card:hover  svg:not(:root).svg-inline--fa {
        overflow: visible;
        box-sizing: content-box;
        color: #fff;
    }
    .stellar-design h2{
        color: #000;
    }

    section.cta.book-Publishing-cta.looking-section {
        position: relative;
        padding: 50px 0;
    }
    .looking-section p{
        font-size: 16px;
    }
    .looking-section .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-tel {
        margin-right: 15px;
        color: #000;
    }
    .looking-section .serv-cta-btn.inr-tab-btn .serv-cta-tel {
        color: #000;
        border-color: #007533;
        position: relative;
        z-index: 1;
    }
    .thankyou-content{
        padding-top: 100px;
        text-align: center;
        padding-bottom: 45px;
    }

    .thankyou-content svg:not(:host).svg-inline--fa,.thankyou-content svg:not(:root).svg-inline--fa {
        overflow: visible;
        box-sizing: content-box;
        color: #007533;
        font-size: 50px;
        margin-bottom: 30px;
    }
    .thankyou-content a{
        color: #000;
        font-weight: 600;
        /* background: #007533; */
        border-radius: 7px;
        /* padding: 6px 15px 7px; */
        line-height: 18px;
    }
    .thankyou-content a.home_link{
        color: #000;
        font-weight: 600;
        background: #007533;
        border-radius: 7px;
        padding: 6px 15px 7px;
        line-height: 18px;
    }
                            
    .footer_images{
        width: 75%;
        filter: brightness(0) invert(1);

    }
    .get-in-touch svg{
        color: #fff !important;
    }
    .contact-img img{
        border: 4px solid #007533;
    }

    .footer_img_div{
        display:flex; align-items:center; justify-content:center;
    }
    .ml-auto, .mx-auto {
        margin-left: auto !important;
    }
    .mr-auto, .mx-auto {
        margin-right: auto !important;
    }



    /*  */



    .serv-bx.even h3 {
        color: #fff;
    }

    .serv-bx.even p {
        color: #fff;
    }

    .serv-bx:hover h3 {
        color: #fff;
    }

    .serv-bx:hover p {
        color: #fff;
    }

    .choose_inner_div.even h3 {
        color: #fff;
    }
    
    .choose_inner_div.even p {
        color: #fff;
    }

    .owl-carousel .owl-item img {
        filter: grayscale(1);
    }

    .head_top .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-tel:hover {
        color: #000;
    }
    
    svg:not(:root).svg-inline--fa:hover {
        color: #000 !important;
    }

    .book-marketing-cta .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-tel:hover {
        color: #000;
    }


    .head_top {
        padding: 10px 0;
    }

    .head_top .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-tel:hover svg path, .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-tel:hover svg path{
        fill: #000 !important;
    }
    .stellar-design .serv-cta-btn.inr-tab-btn.header-btn.cta-tab-btn a.serv-cta-tel svg path {
        fill: #000;
    }

    .stellar-design .serv-cta-tel:hover{
        color: #fff !important;
    }
    .stellar-design .serv-cta-tel:hover svg path{
        fill: #fff !important;
    }
    .why-choose-us-section .serv-cta-btn.inr-tab-btn a.serv-cta-chat{
        color: #fff;
    }
    .why-choose-us-section .serv-cta-btn.inr-tab-btn .serv-cta-tel:hover{
        color: #fff !important; 
    }

    .port-img.port-web-img-st {
        padding: 50px 38px 20px;
        transition: all 0.3s ease-in-out 0s;
        text-align: center;
        margin-bottom: 0px;
        overflow: hidden;
        margin-top: 0px;
        position: relative;
    }
    .port-img a {
        position: relative;
    }
    .port-img .port-web-st.port-web-th-img2 {
        right: 0px;
        left: inherit;
    }
    .port-img.port-web-img-st img {
        border-radius: 20px;
    }
    .port-img .port-web-st {
        width: 53%;
        height: 72%;
        
        position: absolute;
        margin: 0px 20px;
        left: 0px;
        transition: all 0.3s ease-in-out 0s;
        z-index: 0;
        box-shadow: rgb(0 0 0) 2px 2px 15px 3px;
    }
    .port-img.port-web-img-st a img {
        width: 75%;
        transition: all 0.3s ease-in-out 0s;
        box-shadow: rgba(58, 58, 58, 0.09) 2px 2px 17px 1px;
        position: relative;
        top: -30px;
        z-index: 1;
    }
    .port-img.port-web-img-st:hover a img {
        transform: scale(1.1);
        transition: all 0.3s ease-in-out 0s;
    }
    .port-img.port-web-img-st:hover img.port-web-st.port-web-th-img1 {
        transform: rotate(-12deg);
        width: 73%;
        position: absolute;
        left: 0px;
    }
    .port-img.port-web-img-st:hover img.port-web-st.port-web-th-img2 {
        transform: rotate(11deg);
        right: 0px;
        left: inherit;
    } .nav-pills .show>.nav-link {
        color: #fff;
        background-color: #007533;
    }
    .tab-content>.active {
        display: block;
        opacity: 1;
    }
    .tab-content>.tab-pane {
        display: none;
    }
    .fade {
        transition: opacity .15s linear;
    }

    .test_section .testimonials-carousel .owl-stage{
        display: flex;
    }
        .tab-content>.active {
        display: block !important;
    }

    .tabs_home_portfolio .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
            color: #f58616;
            background-color: #ffffff;
            font-weight: 500;
        }
        
        .tabs_home_portfolio .nav-link {
            display: block;
            padding: 0.5rem 1rem;
            color: #0d6efd;
            text-decoration: none;
            transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
            color: #fff;
        }
        .potfolio-wrap {
            position: relative;
        }

    /* porTfolio end */
    
      .choices__item--choice {
    padding: 5px 10px !important;
    font-size: 13px;
    line-height: 1.2;
    color: #000;
  }

  .choices__list--dropdown {
    max-height: 200px;
    overflow-y: auto;
    z-index: 999;
  }
    
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
    position: relative;
    max-height: 200px !important;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    will-change: scroll-position;
}
.choices__list--dropdown, .choices__list[aria-expanded] {
    z-index: 999 !important; 
}
.choices__inner {
    border: 1px solid #f18a25 !important;
    background-color: #ebebeb !important;
    color: #000 !important;
    height: 50px !important;
    padding: 6px 8px !important;
    border-radius: 6px !important;

}

.fancybox-container {
    display: none !important;
}