body{font-family: "Inter", sans-serif;font-size: 1rem;font-weight: 400;overflow-x: hidden;background: #fffaf2;}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {padding: 0 10px;}
.row {margin: 0 -10px;align-items: center;}
a:hover, a:focus, button:hover, button:focus{outline: none;}
section {padding: 100px 0;clear: both;position: relative;margin: 0 auto;z-index: 1;}
h1,h2,h3{font-family: "Merriweather", serif;color: #000000;}
h4,h5,h6{font-family: "Inter", sans-serif;color: #000;}
p {color: #d0d5df;font-size: 18px;font-weight: 400;margin-bottom: 20px;position: relative;z-index: 1;}
img{max-width: 100%;}
textarea{resize: none}
input.required.error, textarea.required.error, select.required.error {    border-bottom: red 2px solid !important;  }
label.error {display: none !important;}
span, b{vertical-align:baseline;}

select {
-webkit-appearance: listbox !important;
}

.container{
    max-width: 1440px;
    padding: 0 10px;
}

ul {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
    cursor: pointer !important;
}


a.logo img {
    max-width: 140px;
    transition: .5s all;
}


/*Reset Css*/

.btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active {
    background: #000;
}
header {
    padding: 12px 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
    z-index: 1;
}

header .row {
    align-items: center;
}


img{
    max-width: 100%;
}


.btn {
    padding: 14px 32px;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 500;
    text-align: center;
    transition: .5s all;
    position: relative;
    z-index: 1;
    border-radius: 12px;
    font-family: "Inter", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    background: #1c222f !important;
    border: 2px solid #626e8b !important;
}


h2 {
    font-size: 3.4375rem;
    font-weight: 700;
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
    line-height: 65px;
} 


.btn-block .btn:first-child {
    margin: 0 10px 0 0;
}


.info-banner h1 {
    color: #fff;
    font-size: 4.1rem;
    line-height: 4.7rem;
    font-weight: 700;
    margin: 0 0 30px;
    position: relative;
    z-index: 1;
}


.info-banner p {
    color: #fff;
    line-height: 30px;
    margin: 0 0 55px;
    font-weight: 400;
    font-style: italic;
    font-size: 1.375rem;
    width: 90%;
}


.our-banner {
    padding: 0 0 80px;
    background: url("../images/images-main-banner.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: unset;
}


header  .btn-head {
    text-align: right;
}

header .btn-head a img {
    margin-right: 10px;
    position: relative;
    top: 2px;
}

.copyright {
    padding: 20px 0;
    position: relative;
    z-index: 1;
    background: #4c566e;
}

.copyright p {
    font-size: 15px;
    color: #ffffff;
    margin-bottom: 0;
}

.copyright ul {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.copyright ul li a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 500;
}

.copyright ul li {
    position: relative;
    z-index: 1;
}

.copyright ul li:first-child::before {
    position: absolute;
    content: "";
    right: -21px;
    top: 15%;
    width: 2px;
    height: 70%;
    background: #ffffff;
}

.info-banner span.badge {
    position: absolute;
    right: -80px;
    top: 55px;
}


.heading h2:last-child {
    margin-bottom: 0;
}

.heading {
    margin-bottom: 70px;
}

.btn svg {
    transform: rotate(-45deg);
    transition: .5s all;
    margin-left: 11px;
}

.btn:hover svg {
    transform: rotate(360deg);
}


div.popupform {
    padding: 12px 0 0 0;
    overflow: hidden;
    width: 900px;
    height: auto;
    background: transparent;
    position: relative;
    z-index: 1;
}

div.popupform .popup-content {
    width: 430px;
    right: 60px;
    height: auto;
    z-index: 1;
    padding: 30px 30px;
    position: relative;
    top: 0px;
    text-align: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    border-radius: 20px;
    margin-left: auto;
    border: 5px solid #f06315;
}

div.popupform .modal-body {height: auto;background: url(../images/images-bg-popup.png) no-repeat;margin-block: 0;position: relative;z-index: 1;border-radius: 0;display: flex;align-items: center;right: 0;background-size: 100%;background-position: 100% 70%;}


button.fancybox-button.fancybox-close-small {
    background: url("../images/images-pop-close.png") no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    opacity: 1;
    right: 50px;
    top: 2px;
}

button.fancybox-button.fancybox-close-small svg {
    display: none;
}

div.popupform .popup-content h3 {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 15px;
    color: #000;
    text-transform: capitalize;
    font-family: 'Inter';
}

div.popupform .popup-content .form-control {
    height: 46px;
    background: #fff;
    font-size: 14px;
    margin-bottom: 15px;
    border-radius: 6px;
    padding: 12px 15px;
    resize: none;
    border: 1px solid #c4c3c3;
}

div.popupform .popup-content textarea.form-control {height: 90px;}

div.popupform .popup-content input.btn.btn-red {
    display: block;
    width: 100%;
    border-radius: 50px;
    background: #d00304 !important;
    position: relative;
    z-index: 1;
}

div.popupform .popup-content p > span {
    color: #d00304;
    font-weight: 600;
}

div.popupform .popup-content button.btn.btn-blue {
    width: 100%;
    border: none;
}

div.popupform .modal-body h5 {
    font-size: 1.625rem;
    font-weight: 400;
    position: relative;
    border-radius: 0;
    display: inline-block;
    text-transform: uppercase;
    margin-bottom: 15px;
    background: #e22f07;
    color: #fff;
    padding: 2px 30px 0px;
    letter-spacing: 6px;
}

h6 {
    z-index: 1;
    font-size: 1.3125rem;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
    font-weight: 600;
    background: #16A081;
    background: linear-gradient(90deg, rgb(209 161 32) 0%, rgb(88 64 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 17px;
    display: inline-block;
}

.info-banner h5 {font-weight: 300;font-size: 1.45rem;color: #fff;line-height: 40px;position: relative;margin-bottom: 40px;width: 95%;}


.our-banner .container {
    position: relative;
    z-index: 1;
}


header .btn-head a.btn-msg {
    margin-right: 0;
    color: #000000;
    font-size: 18px;
}

header .btn-head a.btn-msg svg {
    margin-right: 5px;
    position: relative;
    top: 2px;
}

.btn.btn-black {
    background: #212020 !important;
}


.site-logos img {
    width: auto !important;
    filter: brightness(0);
}

.site-logos .item {
    height: 40px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logos {
    padding-block: 10px 60px;
}

.form-control {
    background: #fff;
    border-color: #ffffff;
    height: 48px;
    margin-bottom: 8px;
    padding: 15px;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    border-radius: 6px;
}

textarea.form-control {
    height: 90px;
    margin-bottom: 30px;
}

::placeholder {
    color: #a3a8c0 !important;
}

div.popupform .modal-body h4::before {
    position: absolute;
    content: "";
    top: 0;
    left: 30px;
    background: #fff;
}

div.popupform .popup-content h3 > span {font-weight: 700;font-size: 1.6rem;line-height: 43px;display: block;background: #33bd82;color: #fff;margin: 3px 0 8px;font-family: 'Merriweather';}

div.popupform .modal-body h5 > span {
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 4px;
    word-spacing: 3px;
}

.btn-block.text-center {
    margin-top: 50px;
}

.heading.text-center p {
    width: 90%;
    margin: 0 auto;
}

.owl-nav {
    position: relative;
    right: 0;
    margin: auto;
    display: flex;
    justify-content: start;
    align-items: center;
    left: 0;
    margin-top: 35px !important;
    padding-left: 40px;
}

.owl-theme .owl-nav [class*=owl-] {
    width: 32px;
    height: 28px;
    background: url("../images/images-left.png") no-repeat !important;
    background-size: 100% !important;
    margin-inline: 10px;
}

.owl-theme .owl-nav [class*=owl-] span{
    display: none;
}

.owl-carousel .owl-nav button.owl-next{
    transform: scaleX(-1);
    margin-right: 0;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    filter: brightness(1);
}

button {
    width: 100%;
    z-index: 2;
}

.btn svg {
    color: #46cf84;
    transform: rotate(0deg);
    transition: .5s all;
    margin-left: 10px;
    font-size: 17px;
}

.btn:hover svg {
    transform: rotate(360deg);
}


.head-btn a:first-child img {
    margin-right: 5px;
}

.btn.btn-red{
    background: #e64c3c !important;
}

.heading h2 {
    margin-bottom: 30px;
}

.btn.btn-white {
    background: #fff !important;
    border-color: #8b9796 !important;
    color: #144443 !important;
}

.head-btn .btn:first-child {
    text-transform: none;
    margin-right: 10px;
}

.btn.btn-yel{
    background: #ffd508 !important;
    color: #000000 !important;
    border-color: #000000 !important;
}


.btn.btn-purp{
    background: #d6cbe9 !important;
    color: #000000 !important;
    border-color: #000000 !important;
}


footer {
    padding-block: 100px 0;
    position: relative;
    z-index: 1;
    background: #d1a120;
}


.info-test {
    background: #fff;
    padding: 50px;
    border-radius: 100px;
    text-align: left;
    position: relative;
    z-index: 1;
}

.info-test p {
    color: #000000;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 25px;
}

.info-test h4 {
    margin-bottom: 0;
    font-weight: 600;
    color: #1f202e;
}


div.popupform .popup-content h3  br {
    display: none;
}

img.popoff {
    position: absolute;
    left: 260px;
    top: 40px;
}

.head-btn a {
    font-size: 1.375rem;
    color: #141923;
    font-family: 'Poppins' , sans-serif;
}

.info-banner ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 60px;
}

.info-banner ul li {
    display: inline-flex;
    width: calc(50% - 5px);
    color: #d1a120;
    font-size: 1.125rem;
    font-family: "Merriweather", serif;
    align-items: center;
    font-weight: 500;
}

.info-banner ul li svg {
    margin-right: 10px;
    color: #fff;
    font-size: 22px;
}

.info-banner .in-text {
    width: 88%;
}

.img-ban {
    width: calc(100% + 180px);
    position: relative;
    left: -90px;
    margin-top: -20px;
}

main.banner-header {
    position: relative;
}

main.banner-header::before {
    position: absolute;
    content: "";
    background: url("../images/images-bg-ban.png") no-repeat;
    background-size: cover;
    background-position: 0;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    z-index: 1;
}

.btn.btn-green svg {
    color: #000;
}

.btn.btn-green::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    border-radius: 12px;
    background: #002241;
    background: linear-gradient(90deg, rgb(0 34 65) 30%, rgb(209 161 32) 100%);
}

.btn.btn-green {
    border-color: #000 !important;
}

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

.site-logo {
    background: #34bd83;
    padding-block: 50px;
}

.site-logo img {
    width: auto !important;
    display: table;
    margin: auto;
}

main.ser-cta{
    background: url("../images/images-bg-ser.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    position: relative;
    z-index: 1;
}

.our-service h2 {
    color: #fff;
}

h6::before {
    position: absolute;
    content: "";
    background: #16A081;
    background: linear-gradient(90deg, rgb(209 161 32) 0%, rgb(88 64 0) 100%);
    width: 150px;
    height: 3px;
    left: 0;
    bottom: 0;
}

.text-center h6::before {
    right: 0;
    margin: auto;
}

.info-ser {
    text-align: center;
    background: #2f3849;
    border-radius: 20px;
    padding: 28px 20px;
    position: relative;
}

.info-ser::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: -10px;
    top: -10px;
    border: 1px solid #d1a120;
    border-radius: 20px;
    z-index: -1;
}

.info-ser img {
    margin-bottom: 20px;
    filter: brightness(0) saturate(100%) invert(66%) sepia(79%) saturate(491%) hue-rotate(359deg) brightness(89%) contrast(84%);
}

.info-ser h4 {
    color: #fff;
    font-weight: 600;
    margin: 0;
}

.info-ser.ser2 {
    margin-top: 30px;
}

[class*='col']:first-child .info-ser,  [class*='col']:nth-child(3) .info-ser {
    padding-block: 80px;
}

[class*='col']:last-child .info-ser {
    padding-block: 110px;
}

[class*='col']:nth-child(4) .info-ser {
    padding-block: 50px;
}

.our-cta .container {
    padding-block: 100px;
    position: relative;
    z-index: 1;
}

.our-cta .container::before {
    position: absolute;
    content: "";
    background: url("../images/images-bg-cta.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    border: 5px solid #34bd83;
    border-radius: 30px;
    left: -100px;
    top: 0;
    width: calc(100% + 200px);
    height: 100%;
}

.info-cta img {
    position: absolute;
    left: -360px;
    top: -15px;
    transform: rotate(-5deg);
}

.info-cta h4 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 12px;
}


.info-cta h2 {
    color: #fff;
    font-size: 3.5rem;
    width: calc(100% + 30px);
    line-height: 72px;
    margin-bottom: 20px;
}

.info-cta h2 > span {
    display: block;
    font-size: 4.5rem;
    line-height: 4.7rem;
    background: #16A081;
    background: linear-gradient(90deg,rgba(100, 238, 135, 1) 25%, rgba(22, 160, 129, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.info-cta p {
    color: #fff;
    margin-bottom: 70px;
}

.our-cta .container::after {
    position: absolute;
    content: "";
    background: #3e495c;
    width: 484px;
    height: 484px;
    left: -130px;
    top: -30px;
    border-radius: 50%;
    z-index: -2;
}

.our-cta .row::after {
    position: absolute;
    content: "";
    background: #16A081;
    background: linear-gradient(90deg, rgba(22, 160, 129, 1) 30%, rgba(100, 238, 135, 1) 100%);
    width: 283px;
    height: 283px;
    border-radius: 50%;
    right: -140px;
    bottom: -40px;
    z-index: -1;
}

.our-cta {
    padding-block: 50px 150px;
}

.our-cta2 .row {
    justify-content: center;
}

.our-cta2{
    background: url("../images/images-bg-cta2.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    text-align: center;
    padding-block: 120px;
}

.info-cta2 h5 {
    font-size: 1.875rem;
    color: #fff;
    margin-bottom: 15px;
}

.info-cta2 h2 {
    font-size: 4.25rem;
    color: #fff;
    display: block;
    line-height: 75px;
    display: inline-flex;
    align-items: center;
}

.info-cta2 h2 > span {
    font-weight: 900;
    background: #16A081;
    background: linear-gradient(90deg, rgb(209 161 32) 0%, rgb(88 64 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'Inter', sans-serif;
    display: inline-block;
    font-size: 5.375rem;
    line-height: 100px;
    margin-left: 10px;
}

.info-cta2 .btn-cta {
    margin-right: 21px;
    display: inline-block;
    position: relative;
    z-index: 1;
    padding-left: 82px;
    text-align: left;
    font-weight: 500;
    color: #d1a120;
    font-size: 2.25rem;
    line-height: 38px;
}

.info-cta2 .btn-cta span {
    display: block;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.info-cta2 .btn-cta img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    filter: brightness(0) saturate(100%) invert(66%) sepia(79%) saturate(491%) hue-rotate(359deg) brightness(89%) contrast(84%);
}

.info-cta2 .btn:last-child {
    margin-left: 10px;
}

.our-stat {
    padding-block: 60px;
    background: #EEF0F5;
    background: linear-gradient(180deg, rgba(238, 240, 245, 1) 10%, rgba(170, 181, 204, 1) 100%);
}

.our-stat h4 {
    font-size: 2.85rem;
    color: #002241;
    font-weight: 700;
    margin-bottom: 5px;
}

.our-stat h5 {
    font-size: 1.375rem;
    color: #2f3749;
    margin: 0;
}

.our-stat [class*='col']::before {
    position: absolute;
    content: "";
    background: #B2BCD2;
    background: linear-gradient(180deg, rgba(178, 188, 210, 0) 0%, rgba(178, 188, 210, 1) 100%);
    width: calc(100% - 10px);
    height: calc(100% + 120px);
    top: -60px;
    left: -50px;
    z-index: -1;
    transform: skewX(-25deg);
}

.our-stat [class*='col'] {
    position: relative;
    z-index: 1;
}
.our-genre {
    background: #1d2330;
}

.our-genre h2 {
    color: #fff;
}


.info-gen2 ul {
    display: flex;
    gap: 12px;
}

.info-gen2 ul li {
    display: inline-flex;
    padding: 12px 20px;
    background: #2f3749;
    border-radius: 40px;
    border: 1px solid #d1a120;
    font-size: 16px;
    color: #fff;
    font-family: 'Merriweather' , serif;
    width: 100%;
    justify-content: center;
}

.info-gen2 ul:first-child {
    margin-block: 30px 15px;
    width: 72%;
}


.our-genre::before{
    position: absolute;
    content: "";
    background: url("../images/images-bg1.png") no-repeat;
    width: 100%;
    height: 600px;
    left: 0;
    bottom: 20px;
    z-index: -1;
    background-size: 100%;
}

.our-cta3{
    background: url("../images/images-bg-cta3.jpg") no-repeat;
    background-size: cover;
    background-position: 50%;
    padding-block: 30px;
}

.our-cta3::before {
    position: absolute;
    content: "";
    background: #1d2330;
    width: 100%;
    height: 116px;
    z-index: -1;
    bottom: 0;
}

.our-cta3 .row {
    align-items: end;
}

.info-cta3 h4 {
    color: #fff;
    padding-left: 130px;
    margin-bottom: 100px;
}

a.btn-cta3 {
    color: #fff;
    font-size: 1.4375rem;
    margin-left: 35px;
}

a.btn-cta3 img {
    margin-right: 5px;
    filter: brightness(0) saturate(100%) invert(66%) sepia(79%) saturate(491%) hue-rotate(359deg) brightness(89%) contrast(84%);
}

.our-process {
    background: #2f3749;
}

.our-process h2 {
    color: #fff;
}

.info-pro {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 40px 30px 90px;
}

.info-pro > span {font-size: 7rem;font-weight: 200;color: #002241;line-height: 6rem;display: block;margin-bottom: 35px;}

.info-pro h4 {
    color: #10141c;
    font-weight: 700;
    margin-bottom: 15px;
}

.info-pro p {
    color: #10141c;
    font-size: 15px;
    margin: 0;
}

.info-pro::before {
    position: absolute;
    content: "";
    background: #5DFF89;
    background: linear-gradient(180deg, rgba(93, 255, 137, 0) 0%, rgb(209 161 32) 60%);
    width: calc(100% + 40px);
    height: 100%;
    left: -20px;
    top: 0;
    z-index: -1;
    border-radius: 150px;
}

[class*='col']:nth-child(2) .info-pro::before {
    background: #34BD83;
    background: linear-gradient(0deg, rgba(52, 189, 131, 0) 0%, rgb(209 161 32) 40%);
}

[class*='col']:nth-child(2) .info-pro > span {
    color: #fff;
}

[class*='col']:nth-child(3) .info-pro > span {
    color: #3a4357;
}

[class*='col']:nth-child(4) .info-pro > span {
    color: #dbe2f2;
}

[class*='col']:nth-child(4) .info-pro::before {
    background: #C7D0E4;
    background: linear-gradient(0deg, rgba(199, 208, 228, 0) 0%, rgba(199, 208, 228, 1) 35%);
}

[class*='col']:nth-child(3) .info-pro::before {
    background: #1D2330;
    background: linear-gradient(180deg, rgba(29, 35, 48, 0) 0%, rgba(29, 35, 48, 1) 60%);
}

[class*='col']:nth-child(3) .info-pro *, [class*='col']:nth-child(2) .info-pro * {
    color: #fff;
}

.row.row-pro {
    margin-block: 90px;
}


.info-form {
    background: #0f141f;
    width: calc(100% - 50px);
    padding: 0 50px 80px;
    border-radius: 35px 35px 0 0;
    text-align: center;
    position: relative;
}

.info-form h2 {
    font-size: 2.5rem;
    text-align: center;
    width: calc(100% + 100px);
    left: -50px;
    position: relative;
    padding-block: 25px;
    color: #0f141f;
    background: #ffc72f;
    border-radius: 30px 30px 0 0;
    line-height: 2.5rem;
    margin-bottom: 20px;
}

.info-form h3 {color: #fff;font-size: 2.25rem;}

.info-form p {
    color: #d1a120;
    width: 80%;
    margin: 0 auto 30px;
}

.info-form::before {
    position: absolute;
    content: "";
    border: 1px solid #002241;
    width: 100%;
    height: 100%;
    border-radius: 30px 30px 0 0;
    left: -20px;
    top: -20px;
    z-index: -1;
}

.info-form::after {
    position: absolute;
    content: "";
    background: url("../images/images-bg-book.png") no-repeat;
    background-size: 100%;
    width: 134px;
    height: 190px;
    right: 0px;
    bottom: 0px;
}

.info-form button {
    font-size: 18px !important;
    font-weight: 500;
}

.info-foot2 h2 {
    margin-bottom: 10px;
}

.info-foot2 h5 {
    margin-bottom: 50px;
    font-size: 1.5rem;
    display: flex;
    align-items: center;
}

footer .row {
    align-items: start;
}

footer::before {
    position: absolute;
    content: "";
    background: url("../images/images-bg-foot.jpg") no-repeat;
    background-size: cover;
    width: 100%;
    height: 54%;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.info-form form {
    z-index: 5;
    position: relative;
}

.nav-tabs {
    border: none !important;
    background: none !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active , .nav-tabs .nav-link:hover {
    background: none;
    border: none;
    color: #fff;
}

.nav-tabs .nav-link {
    border: none;
    background: none;
    font-size: 1.625rem;
    color: #fff;
    text-align: left;
    padding: 30px 80px 30px 30px;
    font-family: 'Merriweather';
    width: calc(100% - 80px);
    position: relative;
    z-index: 1;
    line-height: 29px;
}

.our-bestseller {
    background: #2f3749;
}

.our-bestseller h2 {
    color: #fff;
}

.our-bestseller .row {
    align-items: start;
}

.nav-tabs .nav-link > span {
    display: block;
    font-size: 16px;
    font-family: 'Inter';
    color: #d0d5df;
    line-height: 20px;
    margin-top: 8px;
}

.nav-tabs .nav-link::before {
    position: absolute;
    left: 0;
    width: 2px;
    height: 100%;
    content: "";
    background: #465165;
    top: 0;
    transition: .5s all;
}

.nav-tabs .nav-item.show .nav-link::before, .nav-tabs .nav-link.active::before , .nav-tabs .nav-link:hover::before {
    background: #46cf84;
}

.img-best {position: relative;margin-top: -160px;}

.nav-tabs .nav-link b {position: absolute;right: 0;top: 0;bottom: 0;width: 65px;height: 65px;background: transparent;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: auto;border: 2px solid #000;transition: .2s all;}

.nav-tabs .nav-link b svg {
    color: #6af387;
    transition: .2s all;
}

.nav-tabs .nav-item.show .nav-link b, .nav-tabs .nav-link.active b, .nav-tabs .nav-link:hover b {
    background: #002241;
}

.nav-tabs .nav-item.show .nav-link b svg, .nav-tabs .nav-link.active b svg, .nav-tabs .nav-link:hover b svg {
    color: #000000;
}

.info-foot2 h5 > span {
    margin-right: 10px;
}

.our-process .container::before {
    position: absolute;
    content: "";
    background: url("../images/images-bg3.png") no-repeat;
    width: 245px;
    height: 382px;
    background-size: 100%;
    right: -200px;
    top: -40px;
}

.our-process .container {
    position: relative;
    z-index: 1;
}

.our-process::after{
    position: absolute;
    content: "";
    background: url("../images/images-bg1.png") no-repeat;
    width: 100%;
    height: 600px;
    left: 0;
    bottom: 130px;
    z-index: -1;
    background-size: 100%;
}

div.popupform .popup-content button {
    background: #000 !important;
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 600;
}


.thankyou-banner {
    text-align: center;
    background: url(../images/images-thanks-banner.jpg);
    display: -webkit-flex;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100vh;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    background-size: cover;
    line-height: 21px;
}

a.live-chat-thank {
    background: #ee2c5e;
    display: inline-block;
    border-radius: 50px;
    padding: 14px 70px;
    color: #fff !important;
    text-transform:  uppercase;
    letter-spacing: 1px;
    margin: 40px 0;
}
.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}
.thankyou-banner h1 {
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 58px;
    color: #fff;
    margin-top: 20px;
}
.thankyou-banner a {
    color: #2575bc;
    font-weight: bold;
}
.thankyou-banner p {
    color: white;
    line-height: 30px;
    font-size: 19px;
}

a.logo-thankyou img {
    width: 400px;
}

.our-banner.inn-banner {
    background: url("../images/images-main-banner.jpg") no-repeat #12290d;
    background-size: cover;
    padding-block: 100px;
    background-position: 100%;
}

.our-banner.inn-banner .info-banner h1 {
    margin: 0;
}

.content-page h5 {
    font-size: 2rem;
    font-weight: 700;
}

.content-page ul {
    list-style: disc;
    margin-left: 20px;
    margin-bottom: 15px;
}

.content-page p , .content-page ul li {
    font-size: 1.125rem;
    color: #000;
}

.our-banner.inn-banner .info-banner {
    margin: 0;
}


.address-cen {    text-align: center;    background: #000000;    padding: 20px 0;    border-top: 1px solid #2e2e2e;   }

.address-cen p {    margin: 0;    color: #9da0af;       }

.address-cen p img {    max-width: 25px;    }

a.ftr-tel {
    color: #9da0af;
    /* float: right; */
}  





    