@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/***** General CSS *****/
html {
    width: 100%;
    overflow-x: hidden;
}

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

.slicknav_nav a:hover {
    background: #2b4887;
}

@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
}

@font-face {
    font-family: 'Yugothui';
    src: url(../font/YuGothicUI-SemiBold\(1\).ttf);
}

@font-face {
    font-family: 'Georgia';
    src: url(../font/georgia.ttf);
}

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;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.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;
}

.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;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #000;
    white-space: initial;
    font-family: 'Georgia';
}

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;
}

p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: 'Georgia';
    color: #000;
}

h1 {
    font-family: 'Yugothui';
    font-size: 70px;
    line-height: 1.1;
    color: #fff;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h2 {
    font-family: 'Yugothui';
    font-size: 55px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}

h3 {
    font-family: 'Yugothui';
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0;
}

h4 {
    font-family: 'Yugothui';
    font-size: 24px;
    line-height: 1.2;
    color: #171717;
    font-weight: 500;
    margin: 0;
}

h5 {
    font-family: 'Yugothui';
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    font-weight: 500;
    margin: 0;
}

h6 {
    font-family: 'Yugothui';
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
    background-position: right 0.7rem top 50%;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}

/*---------------------------------------------------- Tabs Section Start ----------------------------------------------------------- */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

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

.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 Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Carousel Section Start ----------------------------------------------------------- */

.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;
}

/*---------------------------------------------------- Carousel Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Button Section Start ----------------------------------------------------------- */

.theme_btn {
    padding: 13px 11px 13px 20px;
    border: unset;
    border-radius: 30px;
    color: #ffffff;
    z-index: 1;
    background: #808898;
    position: relative;
    font-size: 14px;
    -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;
    border: 1px solid #fff;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 5px;
    background-color: #2b4887;
    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
}

.theme_btn:hover {
    color: #fff;
}

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

.btn-flex-inner {
    display: flex;
    align-items: center;
    gap: 20px;
}

.theme_btn p {
    margin: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    opacity: 1 !important;
    font-size: 14px !important;
    width: max-content !important;
}

.theme_btn .btn-icon {
    background: #fff;
    width: 50px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 21px;
}

/*---------------------------------------------------- Button Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Header Section Start ----------------------------------------------------------- */

.menuSec {
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-transform: capitalize;
    text-align: center;
    margin-left: 70px;
}

.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;
    text-decoration: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
}

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

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.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: #000000 !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: 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;
}

.header-btn {
    text-align: end;
}

/*---------------------------------------------------- Header Section End ----------------------------------------------------------- */

/*---------------------------------------------------- Banner Section Start ----------------------------------------------------------- */

.banner-sec {
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    margin-bottom: 100px;
    height: 110vh;
    /* display: flex; */
    /* align-items: center; */
    align-content: center;
}

.banner-sec .row {
    padding-top: 90px;
}

.banner-slider button.slick-next.slick-arrow {
    top: 159%;
    left: 170px;
}

.banner-slider button.slick-prev.slick-arrow {
    top: 159%;
    left: 60px;
}


.social-baner {
    /* padding: 30px 0 30px 0px; */
    text-align: center;
    position: relative;
    width: 85%;
    margin-bottom: 200px;
    top: -50px;
}

.banner-sec:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 13%;
    background: #fff;
    width: 230px;
    height: 80px;
    z-index: -1;
}

span.lin-ban-slid {
    position: absolute;
    bottom: 20px;
    background: #d5d0d0;
    width: 1px;
    height: 60px;
    left: 20.2%;
}

.social-baner ul li {
    border: 1px solid #8d8986;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: 0.5s ease all;
    background: #22150e;
}

.social-baner h5 {
    writing-mode: sideways-lr;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    position: absolute;
    left: 37px;
    bottom: -330px;
    font-family: 'Georgia';
}

.social-baner.inner:before {
    height: 85px;
    top: 57%;
}

.social-baner.inner:before {
    content: '';
    position: absolute;
    top: -92px;
    left: 42px;
    background: #514f4d;
    width: 1px;
    height: 560px;
    z-index: -2;
}

.banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 13%;
    background: #2b4887;
    width: 40.5%;
    height: 100%;
    z-index: -1;
}

.menuSec:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #514f4d;
    width: 207px;
    height: 1px;
}

.social-baner ul li a i {
    color: #8d8986;
}

.baner-main {
    padding: 0 0px 0 40px;
    position: relative;
}

.baner-main h1 {
    position: relative;
    margin-bottom: 13px;
}

.baner-main h1 span {
    color: #2b4887;
}

.baner-main h1:before {
    content: '';
    position: absolute;
    bottom: 1px;
    left: -40px;
    background: #fff;
    width: 51%;
    height: 70px;
    z-index: -1;
}

.baner-main p {
    color: #fff;
    opacity: 50%;
    font-size: 15px;
    margin-bottom: 24px;
    width: 89%;
}

.social-baner ul li:Last-child {
    background: #292723;
}

.btn-icon img {
    width: max-content !important;
}

.baner-main:before {
    content: '';
    position: absolute;
    top: 48px;
    right: 36px;
    background: #ffffff4f;
    width: 59%;
    height: 1px;
    z-index: 3;
}

.baner-main:after {
    content: '';
    position: absolute;
    top: 48px;
    right: 57%;
    background: #fff;
    width: 10%;
    height: 1px;
    z-index: 3;
}

.banner-call-side {
    position: absolute;
    bottom: 20px;
    right: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ban-cal-sd-pic {
    background: #fff;
    padding: 8px;
    border-radius: 11px;
}

.ban-cal-sd-pic img {
    width: 170px;
    height: 192px;
    object-fit: cover;
}

.baner-cal-featred {
    background: #fff;
    padding: 20px 8px;
    border-radius: 12px;
    text-align: center;
}

.baner-cal-featred ul li {
    width: max-content;
    margin: 0 auto 10px;
}

.baner-cal-featred a i {
    font-size: 15px;
    color: #000;
}

.baner-cal-featred button {
    border: unset;
    background: #2b4887;
    padding: 2px 10px;
    border-radius: 12px;
    width: 42px;
    height: 35px;
    margin-top: 30px;
}

.baner-cal-featred button i {
    font-family: 'Font Awesome';
}



/*---------------------------------------------------- Banner Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Footer Section Start ------------------------------------------------------------- */

.footerSec {
    padding: 5% 0 1%;
    background: #27427f;
}

.footer-logo h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 49.02px;
    line-height: 40.85px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding: 8px;
    border: 1px solid #ffffff;
    border-radius: 9px;
    text-align: center;
}

.footer-logo p {
    margin: 8% 0 10%;
    color: #ffffffb0;
    font-weight: 400;
    width: 90%;
}

.footer-logo ul li a {
    color: #ffffff;
    background-color: #067c8a;
}

.footerSec h5 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 10%;
    border-bottom: 1px solid #526899;
    padding-bottom: 20px;
    width: fit-content;
}

.container-fluid {
    padding: 0 4%;
}

.foot-links ul li a {
    font-size: 14px;
    line-height: 38px;
    color: #ffffffb0;
    font-weight: 400;
}

.foot-links ul li a:hover {
    color: #3853e8;
}

.footer-contact ul li {
    display: flex;
    align-items: center;
    padding: 0 0 13px;
}

.footer-contact ul li a {
    color: #ffffff;
}

.footer-contact ul li a:hover {
    color: #067c8a;
}

.footer-contact ul li i {
    color: #ffffff;
    padding-right: 9px;
}

.footer-contact ul li p {
    color: #ffffff;
    margin: 0;
}

.news-letter p {
    color: #ffffffb0;
    line-height: 50px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 26px;
}

.news-letter input {
    height: 60px;
    width: 95%;
    border: 0;
    border-radius: 31px;
    padding-left: 20px;
    background: transparent;
    border: solid white 0.5px;
    color: white;
}

.news-letter ::placeholder {
    color: #fff;
}

.news-letter button.btn-theme {
    border: 0;
    border-radius: 12px;
    margin-top: 20px;
}

.footer-btm {
    padding: 21px 0 0px;
    margin-top: 5%;
    border-top: 1px solid #526899;
}

.copy-txt p {
    color: #ffffff;
    font-weight: 400;
}

.news-btn a.btn1 {
    margin-top: 10px;
    border-radius: 67px;
    background: #58c749;
    height: 50px;
    width: 96%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Montserrat';
    text-transform: uppercase;
}

ul.footer_social {
    display: flex;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

ul.footer_social li {
    margin-right: 10px;
}

ul.footer_social li a {
    line-height: 49px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
}

ul.footer_social li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.col-f1 {
    background-color: #3b5998;
}

.col-f2 {
    background-color: #0e76a8;
}

.col-f3 {
    background-color: #2296f9;
}

.col-f4 {
    background-color: #cd1f29;
}

.footer-socials h6 {
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    margin: 10px 0 20px;
}

.footer-socials {
    margin: 10px 0 0;
}

.footer-socials ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 8px;
}

.footer-socials ul li a i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    width: 35px;
    background-color: #808898;
    border-radius: 100px;
    color: #ffffff;
    transition: ease-out 0.2s;
}

.visa_icon {
    text-align: end;
}

ul.ftr-list li a {
    display: flex;
    align-items: center;
    gap: 15px;
    font-family: 'Montserrat';
    font-size: 14px;
}

.foot-links {
    margin-left: 55px;
}

.foot-links.tw {
    margin-left: 30px;
}

.footer-logo img {
    border-bottom: 1px solid #ffffffb0;
    padding-bottom: 25px;
    /* width: 250px; */
}

ul.ftr-list li {
    margin-bottom: 30px;
}

.ft-up-btn a {
    background: #3853e8;
    padding: 20px 40px;
    float: inline-end;
    margin-top: -21px;
    margin-right: -11px;
}

.foot-links.tw.e .d-flex ul {
    column-count: 2;
}

.copy-txt {
    text-align: center;
}

ul.ftr-list li a i {
    font-size: 20px;
    color: #fff;
}

.foot-links.tw.e {
    margin: unset;
}

.foot-links.tw ul {
    column-count: 2;
}


/*---------------------------------------------------- Footer Section End ------------------------------------------------------------- */

/*---------------------------------------------------- Why Choose Section Start ------------------------------------------------------------- */


.why-sell-image img {
    width: 100%;
    height: 540px;
    object-fit: cover;
    border-radius: 10px;
}

.why-sell-sec {
    margin-bottom: 100px;
}

.why-sell-image {
    width: 95%;
}

h2.secn-head {
    margin-bottom: 7px;
}

.why-sell-text p {
    font-size: 15px;
    opacity: 60%;
    margin-bottom: 20px;
    line-height: 28px;
}

ul.sell-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 25px;
}

ul.sell-list li {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    gap: 25px;
    width: 50%;
    margin-bottom: 30px;
    position: relative;
}

ul.sell-list li:before {
    content: '';
    position: absolute;
    top: 34px;
    left: 0;
    width: 77%;
    height: 1px;
    background: #00000021;
}

ul.sell-list li p {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    opacity: 1;
}

.why-sell-text a {
    margin-top: 5px;
}

/*---------------------------------------------------- Why Choose Section End ------------------------------------------------------------- */

/*-------------------------------------------------- Testimonial Section Start -------------------------------------------------------- */

.testimonial-sec {
    position: relative;
    margin-bottom: 100px;
}


.testi-box {
    background: #fff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 0 10px 0 #fff; */
}

.authr-box {
    display: flex;
    align-items: end;
    margin: 0 0 10px;
}

.authr-box>div {
    margin-left: 10px;
}

.authr-box img {
    margin-bottom: 30px;
}

.testi-box {
    margin: 0;
}

.authr-box>img {
    width: auto;
}

.testi-slider button.slick-arrow {
    transition: 2s all;
    height: calc(84% - 40px);
    width: 27%;
    background-color: #0cd94100 !important;
    border-radius: 10px;
    background-image: url(../images/testi-1.jpg) !important;
    background-blend-mode: overlay;
    background-size: cover !important;
    background-position: center !important;
    height: 472px;
}

.testi-slider button.slick-prev.slick-arrow {
    left: -240px;
}

.testi-slider button.slick-next.slick-arrow {
    right: -240px;
    background-image: url(../images/testi-3.jpg) !important;
}

.testi-slider button.slick-prev.slick-arrow:before {
    margin: 0;
    content: '';
    font-family: 'Font Awesome 6 Pro';
    height: 100%;
    background: #27427fb5;
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.testi-slider button.slick-next.slick-arrow:before {
    content: '';
    margin: 0;
    font-family: 'Font Awesome 6 Pro';
    height: 100%;
    background: #27427fb5;
    width: 100%;
    left: 0 !important;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
}

.testi-slider button.slick-next.slick-arrow:after {
    /* content: '\f061'; */
    position: absolute;
    top: 45%;
    left: 85px;
    border: 1px solid #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-slider button.slick-prev.slick-arrow:after {
    /* content: '\f060'; */
    position: absolute;
    top: 45%;
    left: 85px;
    /* transform: rotateY(180deg); */
    /* border: 1px solid #fff; */
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-family: 'FontAwesome';
    color: #fff;
    font-size: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testi-slider .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
    margin: 10px;
}

.testi-slider button.slick-arrow:before {
    color: #fff;
    font-size: 30px;
    opacity: 1;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin-left: 65px;
}

.testi-slider button.slick-arrow:hover:before {
    color: #fff;
    transition: 0.5s ease-in-out;
}

.testi-slider button.slick-next.slick-arrow:before {
    right: 50px;
    position: absolute;
    left: auto;
}

.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #0c7f7d;
    font-size: 16px;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: 'Ã¢â‚¬Â¢';
    text-align: center;
    opacity: 1;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: -55px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-slider-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 0;
    position: relative;
    z-index: 2;
    transition: 1s ease-in-out;
    background: #ffff;
    box-shadow: 0px 0px 10px 6px rgba(0, 0, 0, 0.09);
    margin: 15px auto;
    width: 100%;
}

.testi-slider-box:hover {
    transition: 1s ease-in-out;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.testi-slider-box .col-lg-8 {
    position: relative;
    z-index: 1;
}

.testimonial-sec .sec-head p {
    font-size: 14px;
    width: 61%;
    opacity: 50%;
    margin: 0 auto;
}

.testimonial-sec h2 {
    margin-bottom: 7px;
}

.testimonial-sec .sec-head {
    text-align: center;
}

.course-add h5 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-family: 'Yugothui';
    background: #fff;
    padding: 9px;
    width: max-content;
    height: 30px;
    text-align: center;
}

.course-txt h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 7px;
    color: #fff;
}

.course-txt p {
    width: 70%;
    color: #fff;
    opacity: 50%;
}

.course-txt {
    position: absolute;
    bottom: 40px;
    left: 30px;
}

.course-main {
    position: relative;
}

.course-main img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*----------------------------------------------- Testimonial Section End ---------------------------------------------------- */

/*----------------------------------------------- About Section Start ---------------------------------------------------- */

.about-sec {
    margin-bottom: 100px;
}

.about-text h2 span {
    color: #808898;
    display: block;
    font-size: 43px;
}

.about-text h2 {
    margin-bottom: 12px;
}

.about-sec p {
    margin-bottom: 15px;
    opacity: 50%;
    font-size: 15px;
    width: 95%;
    line-height: 28px;
}

.about-sec .container-fluid {
    padding: 0 6%;
}

.about-image img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    border-radius: 12px;
}

.about-image {
    width: 98%;
    margin-bottom: 15px;
}

.about-mission-txt h5 {
    text-transform: uppercase;
    margin-bottom: 10px;
}

.about-mission-txt p {
    width: 94%;
}

.about-text {
    margin-top: 20px;
    box-shadow: 2.257px 12.803px 92px 0px rgb(0 0 0 / 14%);
    padding: 20px 30px;
    background: #fff;
}

/*----------------------------------------------- About Section End ---------------------------------------------------- */

/*----------------------------------------------- Help Section Start ---------------------------------------------------- */

.help-tophedtext p {
    width: 55%;
    margin: 5px auto;
    opacity: 50%;
}

.help-sec {
    margin-bottom: 100px;
    position: relative;
    padding-bottom: 100px;
}

button.slick-prev.slick-arrow:before {
    content: '';
    background-image: url(../images/arrow-help-R.png);
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}

button.slick-next.slick-arrow:before {
    content: '';
    background-image: url(../images/arrow-help.png);
    display: block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 1;
}

.help-slider button.slick-prev.slick-arrow {
    top: 110%;
    left: 32%;
}

.help-slider button.slick-next.slick-arrow {
    top: 110%;
    right: 33%;
}

.help-tophedtext {
    text-align: center;
    margin-bottom: 25px;
}

.banner-counter {
    font-size: 23px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: absolute;
    bottom: 18px;
    left: 37%;
    width: 26%;
    color: #808898;
    font-family: 'Georgia';
}

.banner-counter #total {
    opacity: 40%;
}

.progress-container-inline {
    flex: 1;
    height: 4px;
    background-color: #e5e5e5;
    border-radius: 12px;
    overflow: hidden;
    position: relative;
}

.progress-bar {
    width: 0%;
    height: 100%;
    background-color: #133673;
    transition: width 0.3s ease;
}

.banner-counter .next-text {
    font-weight: 600;
    margin-left: 8px;
}

.help-sec .slick-slide {
    opacity: 1;
}

.help-main {
    padding: 20px 20px 25px;
    border: 1px solid #d4d9e5;
    border-radius: 12px;
    position: relative;
}

.help-image img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    transition: 1s all;
}

.help-main:hover:before,
.help-main:hover:after {
    width: 100%;
    height: 100%;
    background: #27427f;
    border-radius: 12px;
    border: 0;
}

.help-image {
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 19px;
}

.help-main:hover .help-image img {
    transform: scale(1.3);
}

.help-main:hover * {
    color: #fff;
}

.help-slid-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 13px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 15px;
}

.help-slid-head h4 {
    font-size: 20px;
    text-transform: uppercase;
}

.help-text p {
    color: #171717;
    opacity: 50%;
    margin-bottom: 13px;
    width: 95%;
}

.help-slid-head span {
    font-family: 'Georgia';
    font-size: 20px;
    color: #808898;
}

.help-text a.theme_btn img {
    width: max-content;
}

.help-main:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    z-index: -1;
    border: 3px solid #27427f;
    border-top-left-radius: 12px;
    border-bottom: 0;
    border-right: 0;
    transition: 1s all;
}

.help-main:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 120px;
    height: 120px;
    z-index: -1;
    border: 3px solid #27427f;
    border-bottom-right-radius: 12px;
    border-top: 0;
    border-left: 0;
    transition: 1s all;
}

/*----------------------------------------------- Help Section End ---------------------------------------------------- */

/*---------------------------------------------------- Client Section Start ------------------------------------------------------------- */

.client-rev-sec {
    margin-bottom: 100px;
}

.client-txt h2 {
    color: #fff;
    margin-bottom: 10px;
}

.client-txt p {
    opacity: 50%;
    width: 53%;
    margin: 0 auto;
}

.client-img {
    padding: 9px;
    background: #fff;
    margin-bottom: 8px;
    border-radius: 7px;
}

.client-img img {
    width: 75px;
    height: 70px;
    object-fit: cover;
    border-radius: 6px;
}

.client-user {
    display: flex;
    align-items: center;
    gap: 25px;
}

.client-rev-main {
    position: relative;
    padding: 30px 30px 30px 33px;
    border-radius: 7px;
    transition: 0.5s;
    box-shadow: 0px 32px 84px 0px rgba(16, 16, 16, 0.04);
}

.client-txtx {
    margin-top: 5px;
}

.rate-star ul {
    display: flex;
    align-items: center;
    gap: 2px;
}

.rate-star {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.rate-star pre {
    margin: unset;
    color: #000;
    font-family: 'Georgia';
    font-size: 14px;
}

.client-txtx p {
    opacity: 55%;
    color: #363636;
}

.rate-star ul li i {
    color: #f39f1e;
}

.client-user-txt h6 {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
}

.client-user-txt span {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

.client-user-txt {
    line-height: 1.2;
}

.client-slider .slick-list.draggable {
    padding-right: 760px;
    margin-right: -165px;
}

.client-slider .slick-slide {
    margin: 0 10px;
    opacity: 1;
    margin: 0 15px;
}

.client-slider button.slick-prev {
    left: -620px;
    top: 65%;
}

.client-slider button.slick-next {
    right: 160%;
    top: 65%;
}

.client-slider .slick-slide.slick-current.slick-active .client-rev-main {
    background: #27427f;
}

.client-txt.iner {
    text-align: center;
    margin-bottom: 30px;
}

.client-txt.iner h2 {
    color: #000;
}

.client-rev-sec .client-slider .slick-slide.slick-current.slick-active .client-rev-main p {
    color: #fff;
}

.client-rev-sec .client-slider .slick-slide.slick-current.slick-active .client-rev-main pre {
    color: #fff;
}

.client-rev-sec .client-slider .slick-slide.slick-current.slick-active .client-rev-main span {
    color: #fff;
}

.client-rev-sec .client-slider .slick-slide.slick-current.slick-active .client-rev-main h6 {
    color: #fff;
}

/*---------------------------------------------------- Client Section End ------------------------------------------------------------- */

/*----------------------------------------------- TempoSync Section Start ---------------------------------------------------- */

.temposync-sec {
    margin-bottom: 100px;
    padding: 60px 0 80px;
    background: #ededed;
    position: relative;
    z-index: 0;
}

.temposync-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/tempo-sync-back.jpg);
    width: 100%;
    height: 56%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.temposync-text-side h2 {
    color: #fff;
    width: 95%;
    margin-bottom: 15px;
}

.main-text-tempo-backsuync {
    padding: 36px 22px;
    background: #fff;
    border-radius: 12px;
}

.main-text-tempo-backsuync p {
    opacity: 50%;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 22px;
    width: 98%;
}

.temposync-text-side {
    margin-left: 70px;
}

.main-text-tempo-backsuync ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: 'Georgia';
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
    margin-bottom: 15px;
}

.main-text-tempo-backsuync ul {
    column-count: 2;
    margin-top: 30px;
}

.main-text-tempo-backsuync a {
    margin-top: 10px;
}

.temposync-image {
    margin-right: -60px;
}

/*----------------------------------------------- TempoSync Section End ---------------------------------------------------- */



.slider-counter {
    position: absolute;
    bottom: 35px;
    left: 29%;
    display: flex;
    align-items: center;
    z-index: 10;
    gap: 100px;
}

.slider-counter .current {
    font-size: 22px;
    letter-spacing: 10px;
    font-family: 'Georgia';
    color: #fff;
}

.slider-counter .sep {
    margin: 0 10px 0 3px;
    font-size: 14px;
    font-weight: bold;
}

.slider-counter .total {
    font-size: 44px;
    letter-spacing: 10px;
    font-family: 'Georgia';
    color: #fff;
}

.slider-counter::after {
    content: "";
    display: block;
    width: 200px;
    height: 1px;
    background: #cdcdcd;
    margin-left: 10px;
    position: absolute;
    top: 14px;
    left: 48px;
}

.social-baner ul li:hover {
    background: #fff;
}

.social-baner ul li:hover i {
    color: #2b4887;
}
section.banner.inn {
    background: #808898;
    padding: 140px 10px;
}

section.banner.inn h2 {
    color: white;
}

header.entry-header {
    display: none;
}



.serinnercol0 {
    padding: 20px 0px 15px;
    border: 1px solid #d4d9e5;
    border-radius: 12px;
    position: relative;
    margin: 2px;
    width: 33% !important;
}

.serinnercol0 h4 {
    margin-bottom: 20px;
}




.serinnercol0 img {
    width: 410px !important;
    height: 280px !important;
    object-fit: cover !important;
}



.serinnercol0:hover * {
    color: white !important;
}

.serinnercol0::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 120px;
    height: 120px;
    z-index: -1;
    border-top-left-radius: 12px;
    border-width: 3px 0px 0px 3px;
    border-style: solid solid;
    border-color: rgb(39, 66, 127) rgb(39, 66, 127);
    border-image: initial;
    border-bottom: 0px;
    border-right: 0px;
    transition: 1s;
}

.serinnercol0::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 120px;
    height: 120px;
    z-index: -1;
    border-bottom-right-radius: 12px;
    border-width: 0px 3px 3px 0px;
    border-style: solid solid;
    border-color: rgb(39, 66, 127) rgb(39, 66, 127);
    border-image: initial;
    border-top: 0px;
    border-left: 0px;
    transition: 1s;
}


.serinnercol0:hover::before, .serinnercol0:hover::after {
    width: 100%;
    height: 100%;
    background: rgb(39, 66, 127);
    border-radius: 12px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}

.serinnercol0 {
    height: 490px;
}


.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: #e3e3e3 !important;
}


.iconbox0 {
    background: white;
    padding: 30px 20px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    width: 32% !important;
    margin: 7px;
    border-radius: 10px;
}

.iconbox0 p {
    font-size: 18px;
}

.iconbox0 {
    height: 240px;
    margin-bottom: 40px;
}


form#gform_1 {
    background: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px 21px;
}

form#gform_1 input {
    border: 1px solid black;
}



form#gform_1 input#gform_submit_button_1 {
    background: rgb(128, 136, 152) !important;
    padding: 10px 20px;
    color: white;
    border: 0px;
}

.help .help-grid .help-excerpt {height: 200px;overflow-y: scroll;}



/* Container */
.help {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 10px;
}

/* Grid: 4 columns desktop */
.help-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;               /* space between items */
  align-items: start;
}

/* Individual item */
.help-item {
  background: #fff;        /* change if needed */
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  transition: transform .18s ease, box-shadow .18s ease;
}



/* hover */
.help-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}

/* internal layout */
.help-main {
  display: flex;
  flex-direction: column;
  height: 100%;
}



/* image */
.help-image {
  width: 100%;
  height: 180px;           /* fixed height for consistent grid */
  overflow: hidden;
  background: #f5f5f5;
}
.help-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;       /* important for consistent cropping */
  display: block;
}


/* text area */

.help-slid-head h4 {
  margin: 0 0 4px 0;
  font-size: 1.05rem;
  line-height: 1.2;
}


p {
    margin-bottom: 10px;
}



.page-template-Reviews .client-rev-main {
    border: 1px solid;
    margin: 20px 0px;
}


.page-template-Reviews section.client-rev-sec.inner {
    margin-top: 50px;
}


.temposync-sec .col-lg-5 {
    width: 50% !important;
}


h3, h4, h2, h1 {
    margin-bottom: 14px;
}


.vc_general.vc_btn3 {
    background-color: #2b4887 !important;
    color: white !important;
    margin: 0 !important;
    color: #fff !important;
    text-transform: uppercase;
    opacity: 1 !important;
    font-size: 14px !important;
    width: max-content !important;
    border-radius: 30px;
    padding: 20px 30px;
}


.sertecxt036 .wpb_text_column {
    padding: 20px 10px;
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #0000001a;
}



.sertecxt036 .wpb_text_column a {
    text-decoration: underline;
    text-transform: none;
}


.pkgcolm02 {
    padding: 20px 10px;
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #0000001a;
    width: 32% !important;
    margin-left: 17px;
}

.pkgcolm02 {
    height: 290px;
    padding: 10px 30px;
}


.pkgcolm02.com2 {
    width: 48% !important;
    height: 340px;
}

.iconbox0 {
    height: 290px;
    margin-bottom: 40px;
}


ul.ftr-list li a {
    color: white;
}
.footer-btm {
    margin-top: 10px !important;
}



.register {
    background: white;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.register input {
    border: 1px solid black !important;
}

.register input#register {
    background: #808898 !important;
    color: white !important;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 30px;
    border: 0px !IMPORTANT;
}

.login {
    background: white;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.login input {
    border: 1px solid black !important;
}

.login input#wppb-submit {
    background: #808898 !important;
    color: white !important;
    padding: 10px 30px;
    font-size: 15px;
    border-radius: 30px;
    border: 0px !IMPORTANT;
}








.iconbox0 {
    width: 48% !important;
    text-align: center !important;
}




h3, h4, h2, h1 {
    text-transform: capitalize;
}


.page-id-16 section.about-sec {
    margin-top: 60px;
}


.single-our_services .post-thumbnail {
    margin-top: 30px;
}

.single-our_services p {
    font-weight: 500;
    line-height: 25px;
    margin: 0;
    font-size: 14px;
    font-family: 'Georgia';
    color: black;
}

.single-our_services .entry-content {
    margin-top: 20px;
}

.page-template-Home section.help-sec {
    display: none;
}
.testimonial-sec h2 {
    text-transform: capitalize;
}

h2.secn-head {
    text-transform: capitalize;
}
.footerSec h5 {
    text-transform: capitalize;
}

.help-slid-head h4 {
    text-transform: capitalize;
}

.single-our_services .entry-content {
    margin-top: 30px;
    margin-bottom: 30px;
}





.colm2newsec0 .wpb_text_column {
    width: 100% !important;
    height: 480px;
    padding: 20px 10px;
    border: 1px solid black;
    border-radius: 20px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background: #0000001a;
    margin-left: 17px;
}

.colm2newsec0 .wpb_text_column {
    overflow-y: scroll;
}
