@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/***** General CSS *****/
@font-face {
    font-family: 'OptimusPrinceps';
    src: url('../fonts/optimusprinceps.woff') format('woff2');
}
.primary-color{color: #DCA958;}
body {
    word-break: break-word;
    font: 15px/25px "OptimusPrinceps", 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 20px;
    padding: 0;
    list-style-type: none;
}

p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #051223;
}

/***** Font Files *****/
@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
}

/***** Custom Classes *****/
.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 {
    padding: 16px 10px;
    border: unset;
    border-radius: 5px;
    color: #ffffff;
    z-index: 1;
    background: transparent;
    position: relative;
    font-size: 20px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
    border: 1px solid #fff;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-color: #DCA958;
    z-index: -1;
    transition: all 750ms;
}

.theme_btn:hover {
    color: #fff;
}

.theme_btn:hover::before {
    width: 100%;
}

/*2*/
.theme_btn2 {
    padding: 16px 30px;
    border: unset;
    border-radius: 10px;
    color: #ffffff;
    z-index: 1;
    background: #DCA958;
    position: relative;
    font-size: 20px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-color: #051223;
    z-index: -1;
    transition: all 750ms;
}

.theme_btn2:hover {
    color: #fff;
}

.theme_btn2:hover::before {
    width: 100%;
}

/*3*/
.theme_btn3 {
    padding: 16px 30px;
    border: unset;
    border-radius: 10px;
    color: #ffffff;
    z-index: 1;
    background: #051223;
    position: relative;
    font-size: 20px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn3::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-color: #76736fc4;
    z-index: -1;
    transition: all 750ms;
}

.theme_btn3:hover {
    color: #fff;
}

.theme_btn3: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: 'OptimusPrinceps', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'OptimusPrinceps', Sans-Serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'OptimusPrinceps', Sans-Serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: 'OptimusPrinceps', Sans-Serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'OptimusPrinceps', Sans-Serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'OptimusPrinceps', Sans-Serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    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;
}

/*header css start */

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: end;
    margin: 0;
}

.menuSec ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    font-family:'OptimusPrinceps';
    text-decoration: none;
    color: #fff;
    padding: 10px 15px;
    font-size: 20px;
    line-height: 22px;
}

.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: #28b16d;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    left: 0px;
    width: 270px;
    text-align: left;
    top: 38px;
    margin: 0;
    border-radius: 10px;
}

.menuSec li>ul>li>a {
    padding: 18px 20px !important;
    color: #393939 !important;
    overflow: hidden;
    font-size: 15px;
    letter-spacing: 1px;
    /* font-family: 'Inter'; */
    line-height: 20px;
    font-weight: 600;
    border-bottom: 1px solid #EAEAEA;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #4D000B !important;
}

.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: 250px;
    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;
}

/*header css start */
.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;
}

/*banner css start */
/* Tab slider fix  */
.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

.tab_sec .tab-pane.active {
    display: block !important;
    height: auto;
}

/* Tab slider fix  */
.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}

/*banner css end*/
.blog_sec {
    padding: 5% 0;
}

/* Tabs  */
.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

/* Tabs  */
/*==================CSS START=============*/
.main_banner {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}

.main_banner img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    object-fit: cover;
}

.main_banner .bann_right {
//    padding: 70px 0 0 0;
}

.main_banner .bann_right h3 {
    font-size: 65px;
    line-height: 80px;
    letter-spacing: -0.02em;
    color:#fff;
}

.main_banner .bann_right .bann_form {
    background: #051223;
    border: 1px solid #051223;
    border-radius: 20px;
    box-shadow: 0px 10px 50px 10px #051223;
    padding: 35px;
}

.main_banner .bann_right .bann_form .grp {
    margin: 0 0 25px 0;
}

.main_banner .bann_right .bann_form .grp input {
    border: 1px solid #FFFFFF;
    background: transparent;
    padding: 5px 15px;
    width: 100%;
    height: 50px;
    color: #fff;
    border-radius: 5px;
}

.main_banner .bann_right .bann_form .grp input::placeholder {
    color: #fff
}

.main_banner .bann_right .bann_form .grp select::placeholder {
    color: #fff
}

.main_banner .bann_right .bann_form .grp textarea::placeholder {
    color: #fff
}

.main_banner .bann_right .bann_form .grp select {
    border: 1px solid #FFFFFF;
    padding: 5px 15px;
    width: 100%;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    background: transparent url(../images/arrow.png) no-repeat;
    background-position: 95%;
}

form select option {
    background: #550112;
}

.main_banner .bann_right .bann_form .grp textarea {
    border: 1px solid #FFFFFF;
    background: transparent;
    padding: 10px 15px;
    width: 100%;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    resize: none;
}

.main_banner .bann_right .bann_form .grp button {
    padding: 5px 50px;
    height: 50px;
    border: unset;
    border-radius: 10px;
    color: #ffffff;
    background: #DCA958;
    position: relative;
    font-size: 18px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 10px 0;
    background: url('../images/home-banner.webp') no-repeat;
    background-position: top;
}

.header_btn {
    text-align: end;
}

.menuSec ul li a:hover {
    color: #fff;
}

.sec_fold {
    padding: 80px 0 60px 0;
}

.sec_fold .sec_left {}

.sec_fold .sec_left h2 {
    font-size: 58px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #051223;
}

.sec_fold .sec_left p {}

.sec_fold .sec_right {}

.sec_fold .sec_right img {}

.logo_Sec {
    padding: 0 0 80px 0;
}

.logo_Sec h5 {
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.02em;
    color: #051223;
    padding: 0 20px 0 0;
    border-right: 1px solid #D0D0D0;
}

.logo_Sec ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo_Sec ul li {}

.logo_Sec ul li img {
    width: 85%;
}

.goal_sec {
    padding: 80px 0;
}

.goal_sec .txt_top {
    text-align: center;
    padding: 0 180px;
    margin: 0 0 60px 0;
}

.goal_sec .txt_top h2 {
    margin: 0 0 10px 0;
}

.goal_sec .txt_top p {}

.head {
    font-family: OptimusPrinceps;
    font-size: 70px;
    line-height: 76px;
    letter-spacing: -0.02em;
    color: #051223;
}

.goal_sec .gol_bx {
    box-shadow: 10px 20px 50px 0px #00000026;
    border-radius: 20px;
    padding: 30px;
    height: 345px;
    margin-bottom: 30px;
    transition: all 900ms;
}

.goal_sec .gol_bx .d-flex {
    align-items: center;
    gap: 20px;
    margin: 0 0 20px 0;
}

.goal_sec .gol_bx .d-flex img {
    filter: brightness(0);
}

.goal_sec .gol_bx .d-flex h5 {
    margin: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.02em;
    color: #DCA958;
}

.goal_sec .gol_bx p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.2px;
    letter-spacing: -0.02em;
}

.goal_sec .gol_bx:hover {
    transform: translate3d(0px, -5px, 0px);
}

.gol_bx.p-new {
    margin-right: 30px;
}

.gol_bx.p-new1 {
    margin-left: 30px;
}

.goal_sec .btnz_tw {
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.experience_sec {
    padding: 100px 0;
    background: #051223;
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.experience_sec .exp_txt {}

.experience_sec .exp_txt h2 {
    font-size: 60px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: -0.02em;
    color: #fff;
}

.experience_sec .exp_txt p {
    color: #fff;
}

.experience_sec .btnz_tw {
    display: flex;
    margin: 30px 0 0 0;
    gap: 20px;
}

.experience_sec .btnz_tw a.theme_btn2 {}

.experience_sec .btnz_tw a.theme_btn3 {
    border: 1px solid #fff;
    padding: 14px 30px;
}

.experience_sec .exper_btm {
    padding: 100px 0 0 0;
    text-align: center;
}

.experience_sec .exper_btm h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;
}

.experience_sec .exper_btm img {
    width: 100%;
    margin: 30px 0 0 0;
}

.portfolio_sec {
    padding: 80px 0;
}

.portfolio_sec .port_txt {
    text-align: center;
    margin: 0 0 80px 0;
}

.portfolio_sec .port_txt h2 {
    margin: 0 0 10px 0;
}

.portfolio_sec .port_txt p {}

.portfolio_sec .port_txt p span {
    color: #61001a;
    font-weight: 600;
}

.portfolio_sec .port_bx {
    display: flex;
    gap: 30px;
    box-shadow: 15px 30px 60px 0px #0000001A;
    border-radius: 20px;
    background: #fff;
    margin: 0 0 30px 0;
    padding: 30px 15px;
    height: 330px;
}

.portfolio_sec .port_bx .left_po {
    width: 30%;
}

.portfolio_sec .port_bx .left_po img {
    width: 100%;
}

.portfolio_sec .port_bx .right_po {
    width: 70%;
    position: relative;
}

.portfolio_sec .port_bx .right_po h6 {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 21.6px;
    letter-spacing: -0.03em;
    color: #051223;
}

.portfolio_sec .port_bx .right_po h5 {
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: -0.03em;
    color: #051223;
}

.portfolio_sec .port_bx .right_po span {
    font-family: Inter;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.03em;
    color: #393939;
}

.portfolio_sec .port_bx .right_po .btnz {
    position: absolute;
    bottom: 0;
}

.portfolio_sec .port_bx .right_po .btnz a {}

.portfolio_sec .slick-dots li button:before {
    font-size: 10px;
}

.portfolio_sec .slick-dots li {
    margin: 0 2px;
}

.portfolio_sec li.slick-active button:before {
    opacity: 1;
    background: #61001a;
    content: '';
    width: 20px;
    height: 10px;
    top: 5px;
    border-radius: 10px;
}

.portfolio_sec .slick-active {
    opacity: 1;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    color: #61001a;
}

.option_section {
    padding: 80px 0;
    background: url(../images/lp-bg-4.webp);
    background-position: 100%;
    background-size:100% 100%;
    background-repeat: no-repeat;
}

.option_section .option_txt h2 {
    font-size: 70px;
    font-weight: 500;
    line-height: 80px;
    letter-spacing: -0.02em;
    color: #051223;
}

.option_section .option_txt p {
    font-size: 17px;
}

.option_section .option_txt ul {
    margin: 35px 0;
    display: flex;
    gap: 0px;
}

.option_section .option_txt ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 33%;
}

.option_section .option_txt ul li img {
    filter: invert(1);
}

.option_section .option_txt ul li h6 {
    margin: 0;
    font-size: 19px;
    line-height: 35px;
    letter-spacing: -0.02em;
    color: #051223;
}

.option_section .option_txt .btnz_tw {
    margin: 50px 0 0 0;
    gap: 20px;
    display: flex;
}

.option_section .option_txt .btnz_tw a.theme_btn2 {}

.option_section .option_txt .btnz_tw a.theme_btn3 {
    background: transparent;
    border: 1px solid #051223;
    color: #051223;
}

.option_section .option_txt .btnz_tw a.theme_btn3:hover {
    color: #fff;
}

.award_Sec {
    padding: 50px 0;
    background: #051223;
}

.award_Sec h5 {
    margin: 0;
    font-size: 34px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #fff;
    border-right: 1px solid #212F4F;
    width: 90%;
}

.award_Sec ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
}

.award_Sec ul li {}

.award_Sec ul li img {
    width: 80%;
}

.counter_Sec {
    padding: 60px 0;
}

.counter_Sec ul {
    margin: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
    padding: 0 0 60px 0;
    border-bottom: 0.88px solid #D0D0D0;
}

.counter_Sec ul li h5 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 60px;
    font-weight: 500;
    line-height: 66.81px;
    letter-spacing: -0.02em;
    color: #051223;
    margin: 0 0 10px 0;
}

.counter_Sec ul li h5 p {
    margin: 0;
    font-size: 60px;
    font-weight: 500;
    line-height: 66.81px;
    letter-spacing: -0.02em;
    color: #051223;
    font-family: 'OptimusPrinceps';
}

.counter_Sec ul li span {
    font-size: 18px;
    font-weight: 400;
    line-height: 27.07px;
    letter-spacing: -0.02em;
    color: #6A6A6A;
    font-family: 'Inter';
}

.brdr_right {
    position: relative;
}

.brdr_right:after {
    position: absolute;
    content: "";
    right: -70px;
    top: 0;
    width: 1px;
    height: 100%;
    background: #D0D0D0;
}

.bottom_form {
    padding: 60px 0;
}

.bottom_form .form_bg {
    background: url(../images/bottom-form.webp) no-repeat 100% 100% / 100%;
    box-shadow: 15px 30px 60px 0px #00000026;
    border-radius: 30px;
    padding: 40px;
}

.bottom_form .form_bg .btm-txt {
    margin: 0 0 0 10px;
}

.bottom_form .form_bg .btm-txt h2 {
    font-size: 48px;
    font-weight: 500;
    line-height: 57px;
    letter-spacing: -0.02em;
    color: #fff;
    margin: 0 0 10px 0;
}

.bottom_form .form_bg .btm-txt .bann_form {
    backdrop-filter: blur(10px);
    border: 1px solid #DCA958;
    background: #031c3599;
    padding: 40px;
    border-radius: 20px;
}

.bottom_form .form_bg .btm-txt .bann_form .grp {
    margin: 0 0 20px 0;
}

.bottom_form .form_bg .btm-txt .bann_form .grp input {
    border: 1px solid #FFFFFF;
    background: transparent;
    padding: 5px 15px;
    width: 100%;
    height: 50px;
    color: #fff;
    border-radius: 5px;
}

.bottom_form .form_bg .btm-txt .bann_form .grp select {
    border: 1px solid #FFFFFF;
    padding: 5px 15px;
    width: 100%;
    height: 50px;
    color: #fff;
    border-radius: 5px;
    background: transparent url(../images/arrow.png) no-repeat;
    background-position: 95%;
}

.bottom_form .form_bg .btm-txt .bann_form .grp textarea {
    border: 1px solid #FFFFFF;
    background: transparent;
    padding: 10px 15px;
    width: 100%;
    height: 70px;
    color: #fff;
    border-radius: 5px;
    resize: none;
}

.bottom_form .form_bg .btm-txt .bann_form button {
    padding: 5px 50px;
    height: 50px;
    border: unset;
    border-radius: 10px;
    color: #ffffff;
    background: #DCA958;
    position: relative;
    font-size: 18px;
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.bottom_form .form_bg .btm-txt .bann_form .grp input::placeholder {
    color: #fff;
}

.bottom_form .form_bg .btm-txt .bann_form .grp textarea::placeholder {
    color: #fff;
}

.faq_sec {
    padding: 100px 0 60px 0;
}

.faq_sec .faq_txt {}

.faq_sec .faq_txt h2 {
    font-size: 52px;
    font-weight: 500;
    line-height: 65px;
    letter-spacing: -0.02em;
    color: #051223;
}

.faq_sec .accordion-button::after {
    background-image: url(../images/polygon.png) !important;
    background-size: auto;
}

.faq_sec .accordion-flush .accordion-item .accordion-button h6 {
    margin: 0;
    font-family: Inter;
    font-size: 19.34px;
    font-weight: 400;
    line-height: 27.07px;
    letter-spacing: -0.02em;
}

.faq_sec .accordion-flush .accordion-item .accordion-button {
    padding: 25px 15px;
    box-shadow: 5px 10px 30px 0px #0000001A;
    /* border-radius: 20px; */
}

.faq_sec .accordion-button:not(.collapsed) {
    background-color: transparent;
}

.faq_sec .accordion-body p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: -0.02em;
    margin: 0;
}

.faq_sec .faq_img {}

.faq_sec .faq_img img {
    width: 100%;
    margin: 0 0 0 30px;
}

footer {
    background: #051223;
    padding: 80px 0 15px 0;
}

footer .f_img {
    text-align: center;
    margin: 0 0 60px 0;
}

footer .f_img img {}

footer .f_wrpp {
    padding: 0 30px 0 0;
}

footer .f_wrpp h6 {
    font-family: OptimusPrinceps;
    font-size: 32px;
    line-height: 38.5px;
    color: #fff;
}

footer .f_wrpp p {
    font-size: 16px;
    line-height: 28.8px;
    letter-spacing: -0.02em;
    color: #fff;
}

footer .f_wrpp .d-flex {
    margin: 30px 0 10px 0px;
    gap: 20px;
}
footer .f_wrp h6 {
    font-family: OptimusPrinceps;
    font-size: 32px;
    line-height: 38.5px;
    color: #fff;
}

footer .f_wrp ul {}

footer .f_wrp ul li {
    padding: 0 0 8px 0;
}

footer .f_wrp ul li a {
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    color: #fff;
    font-family: 'Inter';
}

footer .f_wrp ul li a i {
    margin: 0 10px 0 0;
}

footer {}

footer .bdr {
    height: 1px;
    padding: 20px 0 0px 0;
    margin: 50px 0 0 0;
    border-top: 1px solid #212F4F;
}

footer .txt_last p {
    font-size: 17px;
    font-weight: 400;
    line-height: 32.4px;
    letter-spacing: -0.02em;
    margin: 0;
    color: #fff;
}

footer .txt_last ul {
    margin: 0;
    display: flex;
    justify-content: left;
    gap: 20px;
}

footer .txt_last ul li a {
    font-size: 17px;
    font-weight: 400;
    line-height: 32.4px;
    letter-spacing: -0.02em;
    margin: 0;
    color: #fff;
    font-family: 'Inter';
}

.reviews_Sec {
    padding: 80px 0;
    background: #DCA958;
}

.reviews_Sec .rev_txt {
    text-align: center;
    padding: 0 110px;
    margin: 0 0 30px 0;
}

.reviews_Sec .rev_txt h2 {
    margin: 0 0 15px 0;
}

.reviews_Sec .rev_txt p {}

.reviews_Sec .testi_bx {
    display: flex;
    box-shadow: 15px 30px 60px 0px #00000026;
    padding: 40px 30px;
    border-radius: 20px;
    background: #fff;
    gap: 30px;
    margin: 50px 20px;
}

.reviews_Sec .testi_bx .lef_bxx {
    width: 30%;
}

.reviews_Sec .testi_bx .lef_bxx img {}

.reviews_Sec .testi_bx .righ_bxx {
    width: 70%;
}

.reviews_Sec .testi_bx .righ_bxx span {
    font-family: Inter;
    font-size: 22px;
    font-weight: 600;
    line-height: 13.2px;
    letter-spacing: -0.03em;
    color: #051223;
}

.reviews_Sec .testi_bx .righ_bxx p {
    font-family: Inter;
    font-size: 17px;
    line-height: 23px;
    letter-spacing: -0.03em;
    margin: 20px 0 20px 0;
}

.reviews_Sec .testi_bx .righ_bxx .d-flex {
    gap: 20px;
    align-items: center;
}

.reviews_Sec .testi_bx .righ_bxx .d-flex .img_client {}

.reviews_Sec .testi_bx .righ_bxx .d-flex .img_client img {}

.reviews_Sec .testi_bx .righ_bxx .d-flex .txt_client {}

.reviews_Sec .testi_bx .righ_bxx .d-flex .txt_client h6 {
    margin: 0 0 5px 0;
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #DCA958;
}

.reviews_Sec .testi_bx .righ_bxx .d-flex .txt_client span {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
    color: #6A6A6A;
}

.reviews_Sec .slick-slide {
    opacity: 1;
}

.reviews_Sec .slick-list.draggable {
    padding: 0 360px !important;
}

.reviews_Sec .slick-dots li button:before {
    font-size: 10px;
}

.reviews_Sec .slick-dots li {
    margin: 0 2px;
}

.reviews_Sec li.slick-active button:before {
    opacity: 1;
    background: #61001a;
    content: '';
    width: 20px;
    height: 10px;
    top: 5px;
    border-radius: 10px;
}

.reviews_Sec .slick-active {
    opacity: 1;
}

.reviews_Sec .slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
    color: #61001a;
}

.reviews_Sec .slick-dots {
    bottom: -55px;
}

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

.menuSec li ul li:first-child a:hover {
    border-radius: 10px 10px 0 0;
}

.menuSec ul li>a>i {
    padding: 0;
    margin-left: 5px;
    transition: 0.3s ease-in-out;
}

.menuSec ul li>ul>li:hover>a>i {
    transform: rotate(270deg);
}

.main_banner .bann_left img {position: relative;width:80%;}

.main_banner .bann_left h5 {
    font-size: 30px;
    font-weight: 500;
    line-height: 33px;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 10px 0;
}

.main_banner .bann_left h2 {
    font-size: 50px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 10px 0;
}

.main_banner .bann_left p {
    color: #fff;
    margin: 0;
    line-height: 28px;
}

.main_banner.n_bann {
    height: 90vh;
    padding: 60px 0 0 0;
}

.bottom_form .form_bg .btm-txt p {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    color: #fff;
}

.about_us {
    padding: 80px 0;
}

.about_us .about_txt {
    padding: 0 20px;
}

.about_us .about_txt h3 {
    font-size: 58px;
    font-weight: 500;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #051223;
}

.about_us .about_txt p {}

.about_us .about_img {}

.about_us .about_img img {}

.why_choose {
    padding: 60px 0;
}

.why_choose .why_txt {
    text-align: center;
    margin: 0 0 60px 0;
}

.why_choose .why_txt h2 {
    margin: 0 0 10px 0;
}

.why_choose .why_txt p {}

.why_choose .choose_bx {
    box-shadow: 5px 10px 40px 0px #0000001A;
    border-radius: 20px;
    padding: 30px;
    margin: 20px 0;
    height: 450px;
}

.why_choose .choose_bx img {
    background: #DCA958;
    padding: 15px;
    border-radius: 50px;
    margin: 0 0 30px 0;
    width: 25%;
}

.why_choose .choose_bx h5 {
    font-size: 32px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: -0.02em;
    color: #051223;
}

.why_choose .choose_bx p {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: -0.02em;
    height: 192px;
}

.why_choose .slick-slide {
    opacity: 1;
}

.why_choose .slick-slide {
    margin: 0px 5px;
    padding: 0 5px;
}

.why_choose .slick-dots li button:before {
    font-size: 10px;
}

.why_choose .slick-dots li {
    margin: 0 2px;
}

.why_choose li.slick-active button:before {
    opacity: 1;
    background: #051223;
    content: '';
    width: 20px;
    height: 10px;
    top: 5px;
    border-radius: 10px;
}

.why_choose .slick-active {
    opacity: 1;
}

.our_servi_sec {
    padding: 60px 0;
}

.our_servi_sec .our_txt_top {
    text-align: center;
    margin: 0 0 80px 0;
}

.our_servi_sec .our_txt_top h2 {
    margin: 0 0 20px 0;
}

.our_servi_sec .our_txt_top p {}

.our_servi_sec .our_bx {
    margin: 0 0 40px 0;
}

.our_servi_sec .our_bx img {
    width: 100%;
    margin: 0 0 30px 0;
    border-radius: 20px;
}

.our_servi_sec .our_bx h4 {
    font-size: 40px;
    font-weight: 500;
    line-height: 47.5px;
    letter-spacing: -0.02em;
    color: #051223;
}

.our_servi_sec .our_bx ul {
    margin: 0 0 0 30px;
}

.our_servi_sec .our_bx ul li,
.cta_Sec .cta_txt ul li {
    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.02em;
    text-align: left;
    padding: 0 0 10px 0;
    position: relative;
    color: #6A6A6A;
}

.our_servi_sec .our_bx ul li:after {
    position: absolute;
    content: "";
    top: 10px;
    left: -25px;
    width: 5px;
    height: 5px;
    background: #6A6A6A;
    border-radius: 50px;
}

.cta_Sec .cta_txt ul li {
    list-style: disc;
}

.cta_Sec .cta_txt ul li:after {}

.cta_Sec {
    padding: 100px 0;
    position: relative;
}

.cta_Sec img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: -1;
}

.cta_Sec .cta_txt {}

.cta_Sec .cta_txt h2 {
    color: #fff;
    font-size: 52px;
    margin: 0 0 5px 0;
    line-height: 55px;
}

.cta_Sec .cta_txt p {
    color: #fff;
    line-height: 28px;
}

.cta_Sec .cta_txt .btnz_tw {
    margin: 40px 0 0 0;
    gap: 20px;
    display: flex;
}

.cta_Sec .cta_txt .btnz_tw a.theme_btn2 {}

.cta_Sec .cta_txt .btnz_tw a.theme_btn3 {
    border: 1px solid #fff;
    padding: 14px 30px;
}

.proces_Sec {
    padding: 80px 0;
}

.proces_Sec .proces_txt {
    text-align: center;
    margin: 0 0 80px 0;
}

.proces_Sec .proces_txt h2 {}

.proces_Sec .process_detail {}

.proces_Sec .process_detail img {
    width: 90%;
    margin: 0 auto;
}

.proces_Sec .process_detail .proces_bx {}

.proces_Sec .process_detail .proces_bx .numberng {
    display: inline-block;
    box-shadow: 10px 20px 30px 0px #00000026;
    background: #051223;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px 0;
}

.proces_Sec .process_detail .proces_bx .numberng h6 {
    margin: 0;
    color: #fff;
    font-family: Inter;
    font-size: 32px;
    font-weight: 700;
}

.proces_Sec .process_detail .proces_bx h5 {
    font-size: 26px;
    font-weight: 500;
    color: #051223;
    line-height: 28px;
}

.proces_Sec .process_detail .proces_bx p {
    margin: 0;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
}

.mar_1 {
    position: relative;
    bottom: -340px;
}

.mar_2 {
    position: relative;
    bottom: -60px;
    left: -80px;
}

.mar_3 {
    position: relative;
    bottom: 40px;
    right: 0;
}

.mar_4 {
    position: relative;
    bottom: 0;
    right: -110px;
}

.mar_5 {
    position: relative;
    bottom: -340px;
    right: -50px;
}

.fields_Sec {
    position: relative;
    padding: 40px 0;
}

.fields_Sec img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
    left: 0;
    z-index: -1;
}

.fields_Sec .txt_field h2 {
    margin: 0 0 5px 0;
}

.fields_Sec .txt_field ul {
    margin: 10px 0 0 30px;
}

.fields_Sec .txt_field ul li,
.sec_fold ul li {
    font-family: Inter;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: -0.02em;
    padding: 10px 0;
    position: relative;
    color: #555555;
}

.fields_Sec .txt_field ul li:before,
.sec_fold ul li:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 25px;
    width: 5px;
    height: 5px;
    background: #555555;
    border-radius: 50px;
}

.audio_Sec_new {
    padding: 20px 0 80px 0;
}

.audio_Sec_new .audi_txt {
    padding: 0 10px 0 0;
}

.audio_Sec_new .audi_txt h2 {
    margin: 0 0 10px 0;
    font-size: 54px;
    line-height: 64px;
}

.audio_Sec_new .audi_txt ul {
    margin: 0 0 0 20px;
}

.audio_Sec_new .audi_txt ul li {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #6A6A6A;
    padding: 0 0 10px 0;
    position: relative;
}

.audio_Sec_new .audi_txt ul li:before {
    position: absolute;
    content: "";
    left: -30px;
    top: 25px;
    width: 5px;
    height: 5px;
    background: #555555;
    border-radius: 50px;
}

.audio_Sec_new .audio_img {}

.audio_Sec_new .audio_img img {
    width: 100%;
}

.fields_img img {
    position: unset;
    width: 100%;
}

.bk-narr-pg .cta_Sec {
    padding: 190px 0;
}

.bk-prod-pg .cta_Sec {
    padding: 190px 0;
}

.itune-pg .cta_Sec {
    padding: 150px 0;
}

.menuSec li ul li:last-child a:hover {
    border-radius: 0px 0px 10px 10px;
}

.ebk-pg .cta_Sec {
    padding: 160px 0;
}

.ghost-pg .cta_Sec {
    padding: 210px 0;
}

.add_padd_top {
    padding-top: 80px;
}

.bok-trns-pg .cta_Sec {
    padding: 180px 0;
}

.bk-edit-pg .cta_Sec {
    padding: 210px 0;
}

.reviews_pg .reviews_Sec .testi_bx {
    margin: 15px 0;
}

.reviews_pg .reviews_Sec .testi_bx .righ_bxx p {
    height: 120px;
    overflow-y: scroll;
    padding: 0 15px 0 0;
    line-height: 23px;
    font-size: 16px;
}

.listscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.listscroll::-webkit-scrollbar {
    width: 3px;
    background-color: #F5F5F5;
}

.listscroll::-webkit-scrollbar-thumb {
    background-color: #DCA958;
}

html {
    overflow-x: hidden;
}

.simple_pg .main_banner.n_bann .bann_left {
    text-align: center;
}

section.privacy_policy.all-sec {
    padding: 80px 0;
}

section.privacy_policy.all-sec a {
    color: #6A6A6A;
}

section.privacy_policy.all-sec ul li {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: -0.02em;
    color: #6A6A6A;
}

.theme_btn2:focus {
    color: #fff;
}
.blog-content {
    padding: 40px 0;
}

.list-items li {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 16px;
    list-style: disc;
    margin-left: 20px;
}
.ser-box {
    padding: 20px;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    margin: 10px 0;
}

.ser-box h5 {
    margin: 0;
}
.fold_seven.all-sec h2 {
    background: #051223;
    border-radius: 10px;
    padding: 10px 0;
}

.fold_seven.all-sec {
    padding: 70px 0 40px;
}
thead, tbody, tfoot, tr, td, th{border: 1px solid #000;padding: 10px;}