/*  Karla fonts start */
@font-face {
    font-family: "Karla";
    src: url("../fonts/Karla-Medium.eot");
    src: url("../fonts/Karla-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Karla-Medium.woff2") format("woff2"),
        url("../fonts/Karla-Medium.woff") format("woff"),
        url("../fonts/Karla-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Karla";
    src: url("../fonts/Karla-SemiBold.eot");
    src: url("../fonts/Karla-SemiBold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Karla-SemiBold.woff2") format("woff2"),
        url("../fonts/Karla-SemiBold.woff") format("woff"),
        url("../fonts/Karla-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Karla";
    src: url("../fonts/Karla-Bold.eot");
    src: url("../fonts/Karla-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Karla-Bold.woff2") format("woff2"),
        url("../fonts/Karla-Bold.woff") format("woff"),
        url("../fonts/Karla-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Karla";
    src: url("../fonts/Karla-Light.eot");
    src: url("../fonts/Karla-Light.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Karla-Light.woff2") format("woff2"),
        url("../fonts/Karla-Light.woff") format("woff"),
        url("../fonts/Karla-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Karla";
    src: url("../fonts/Karla-Regular.eot");
    src: url("../fonts/Karla-Regular.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Karla-Regular.woff2") format("woff2"),
        url("../fonts/Karla-Regular.woff") format("woff"),
        url("../fonts/Karla-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*  Karla fonts end */
/* Root */
:root {
    /* default colors */
    --body-color: #f7f7f7;
    --primary-color: #40a829;
    --secondary-color: #0f252d;
    --white-color: #ffffff;
    --black-color: #000000;
    --text-color: #aaaaab;
    --border-color: #d4d6dc;

    /* Font style */
    --primary-font: "Satoshi", sans-serif;
}
* {
    box-sizing: border-box;
    margin: 0;
}
/* Root */
/* selction css */
::selection {
    background: var(--primary-color);
    color: var(--white-color);
}
/* selction css */
/* default css start */
body {
    font-family: var(--primary-font);
    font-weight: 400;
    background-color: var(--body-color);
}

a {
    color: var(--primary-color);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none;
}

a:hover {
    color: var(--black-color);
    text-decoration: none;
}

a:focus {
    box-shadow: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--primary-font);
    font-weight: normal;
    color: var(--black-color);
    margin-bottom: 0;
    /* letter-spacing: 1px; */
}
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child,
body p:last-child {
    margin-bottom: 0;
}
p {
    font-size: 18px;
    font-weight: 500;
    color: var(--text-color);
}
.heading-title {
    font-size: 26px;
    font-weight: 700;
    color: var(--white-color);
}
.btn,
.form-control:focus,
button:focus,
.btn:focus {
    outline: none !important;
    box-shadow: none !important;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
ul {
    margin: 0px;
    padding: 0px;
}
ul li {
    padding: 0px;
    margin: 0px;
    list-style: none;
    -webkit-text-stroke: 0.3px;
}
.d-align {
    display: flex;
    align-items: center;
}
.d-align-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.d-wrap {
    display: flex;
    flex-wrap: wrap;
}
.cursor-pointer {
    cursor: pointer;
}
.img-cover {
    width: inherit;
    height: inherit;
    object-fit: cover;
}
section {
    padding: 0 12px;
}
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background-color: #f1f1f1;
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    background-color: #c1c1c1;
    border-radius: 10px;
}
.img-contain {
    object-fit: contain;
}
.img-cover {
    object-fit: cover;
}
.img-inherit {
    width: 100%;
    height: inherit;
}
.primary-bg {
    background-color: var(--primary-color);
}
.hover-text {
    transition: all 0.3s;
}
.hover-text:hover {
    color: var(--text-color);
}
.hover-primary-text {
    transition: all 0.3s;
}
.hover-primary-text:hover {
    color: var(--primary-color);
}
.active-link {
    color: var(--primary-color);
}
.primary-text {
    color: var(--primary-color);
}
/* BUTTON STYLING */
.primary-btn {
    text-transform: uppercase;
    background-color: var(--primary-color);
    min-width: 170px;
    min-height: 50px;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--primary-color);
    cursor: pointer;
    color: var(--white-color);
    border-radius: 5px;
    transition: 0.5s all;
}
/* .primary-btn:hover
  {
    background-color: transparent;
    color: var(--primary-color);
  } */
.secondary-btn {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.secondary-btn:hover {
    background-color: var(--black-color);
    color: var(--white-color);
}
/* .custom-button {
    letter-spacing: 1px;
    min-width: 170px;
    min-height: 50px;
    background: var(--primary-color);
    color: rgb(255, 255, 255);
    font-size: 1.05em;
    border: none;
    border-radius: 5px;
    transition: all 0.3s ease-out;
} */

.btn-3 {
    position: relative;
    background: var(--primary-color);
    z-index: 1;
    transition: all 0.3s ease-out;
}
.btn-3:hover {
    color: var(--white-color);
    cursor: pointer;
}

.btn-3::after {
    content: " ";
    position: absolute;
    height: 100%;
    width: 0;
    background: var(--secondary-color);
    right: 0;
    top: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}

.btn-3:hover:after {
    width: 100%;
}

/* BUTTON STYLING END */
.form-group {
    margin-bottom: 40px;
}
.custom-input,
.custom-textarea {
    border: 1px solid var(--border-color);
    border-radius: 10px;
    padding: 10px 30px;
    font-weight: 500;
    font-size: 14px;
    text-align: left;
    color: var(--white-color);
}
.form-control::placeholder {
    color: var(--white-color);
}
.custom-textarea {
    height: 150px;
}
.form-control:focus {
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
}
.main-head {
    color: #222222;
    font-size: 30px;
    text-align: center;
    font-weight: 700;
}
.section-big-pt {
    padding: 70px 12px 0;
}
.section-big-mt {
    margin-top: 70px;
}
.section-big-mb {
    margin-bottom: 70px;
}
.section-big-py {
    padding: 70px 12px;
}
.page-head {
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    color: var(--black-color);
}
.black-hover-txt {
    transition: all 0.3s;
}
.black-hover-txt:hover {
    color: var(--black-color);
}
label {
    font-size: 18px;
}
.contact-us-form-section input {
    border-radius: 15px 0 15px;
    min-height: 60px;
}
.form-control,
input {
    border-radius: 5px;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 500;
    color: var(--black-color);
    font-family: var(--primary-font);
}
.primary-txt-color {
    color: var(--primary-color) !important;
}
/* Scroll top start */
.scroll-top {
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    border-radius: 100%;
    position: fixed;
    right: 15px;
    top: 40px;
    z-index: 99;
    cursor: pointer;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%), 0 0px 6px rgb(0 0 0 / 23%);
    transition: all 1s;
}
.scroll-top-arrow {
    top: 88%;
    opacity: 1;
    transition: all 1s;
}
.scrollTopImg {
    background-image: url(./../images/scroll-top-arrow.svg);
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/* Scroll top end */
/* Default css end*/
/* header css start */
header {
        padding: 10px 12px;
    background-color: var(--white-color);
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    /* border-bottom: 1px solid var(--black-color); */
    transition: all 0.5s;
    transform: translateY(0);
    position: fixed;
    z-index: 999;
    border-bottom: none;
    top: 0;
    left: 0;
    width: 100%;
}
header.header-bottom.fixed {
    transform: translateY(-300%);
    transition: all 0.5s;
}

header.header-bottom.fixed.stick {
    transform: translateY(0);
    transition: all 0.5s;
}

/* header.fixed{
    position: sticky;
    top: 0;  
    padding: 7px 12px;
    background-color: var(--white-color);
    z-index: 9;
    transition: all 0.3s;
  } */
/*.header-bottom.stick {
    position: fixed;
    z-index: 999;
    border-bottom: none;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: slide-down 1s;
    animation: slide-down 1s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
*/
.top-first-section-mt {
  margin-top: 93px;
}

@-webkit-keyframes slide-down {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-down {
    0% {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
/* header.fixed button{
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
  } */
header .header-logo {
    max-width: 90px;
}
header ul {
    gap: 0 88px;
}
header ul li a {
    color: var(--secondary-color);
    transition: all 0.3s;
}
header ul li a:hover {
    color: var(--primary-color);
}
.right-header-list {
    gap: 0 25px;
}
.right-header-list svg path {
    fill: var(--white-color);
}
.right-header-list svg:hover path {
    fill: var(--primary-color);
}
.badge-purchase-wrap {
    width: 17px;
    height: 17px;
    background-color: var(--primary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -8px;
    right: -8px;
}
.badge-purchase-wrap span {
    font-size: 10px;
    color: var(--white-color);
    font-weight: 700;
}
.mobile-menu-list li a {
    font-size: 14px;
    color: var(--white-color);
    font-weight: 300;
    text-transform: uppercase;
}
.menu-list li a:hover,
.mobile-menu-list li a:hover {
    color: #c1c3b2;
}
.mobile-menu {
    width: 0;
    height: calc(100vh - 76px);
    overflow-y: auto;
    background-color: var(--secondary-color);
    position: fixed;
    top: 76px;
    right: 0;
    z-index: 10;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
    transition: all 0.3s ease-in-out;
}
.mobile-menu-show {
    width: 280px;
}
.mobile-menu-list {
    padding: 0px 30px;
}
.mobile-menu-list li:not(:last-child) {
    padding-bottom: 30px;
}
.mobile-menu .primary-btn {
    background-color: var(--secondary-color);
}
.mobile-menu .active-link {
    color: var(--primary-color);
    font-weight: 700;
}
/* header css end */
/* footer css start */
/* footer{
    background-color: var(--secondary-color);
    padding: 70px 12px;
  }
  footer .footer-col{
    width: calc(100% / 5);
  } */
footer {
    background-color: var(--secondary-color);
    padding: 50px 12px;
}
footer .footer-col {
    width: calc(100% / 5);
}
footer p {
    font-weight: 500;
    color: var(--white-color);
    font-size: 16px;
}
footer .social-ico li a,
.our-team-col .social-ico a {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
footer .social-ico,
.our-team-col .social-ico {
    gap: 16px;
    margin: 38px 0;
}
footer .social-ico svg,
.our-team-col .social-ico svg {
    fill: var(--white-color);
}
footer .social-ico li a:hover,
.our-team-col .social-ico li a:hover {
    background-color: #1d424d;
}
.copy-txt {
    color: #bababa;
}
.footer-col h4 {
    font-weight: 400;
    font-size: 22px;
    color: var(--white-color);
    width: max-content;
    position: relative;
}
.footer-col h4::after {
    content: "";
    width: 30px;
    height: 3px;
    background-color: var(--primary-color);
    display: block;
    margin-top: 10px;
}
.footer-menu-list li a {
    font-weight: 400;
    font-size: 16px;
    color: var(--white-color);
}
.footer-menu-list li a:hover {
    color: var(--primary-color);
}
.footer-menu-list li:not(:last-child) {
    margin-bottom: 15px;
}
.footer-highlight-title {
    /* opacity: 0.6; */
    color: var(--primary-color);
    font-weight: 600;
}
footer .less-opacity-txt {
    opacity: 0.4;
}
.footer-menu-list li svg {
    min-width: 20px;
    min-height: 20px;
}
.list-inv {
    font-size: 14px;
    text-align: left;
}
.list-inv li:not(:last-child) {
    padding-bottom: 10px;
}
.sub-footer {
    background-color: #1f424e;
    padding: 15px 12px;
}
.home-wrap .index-sub-footer {
    padding-bottom: 75px;
}
.sub-footer p {
    font-size: 14px;
}
.sub-footer marquee p {
    font-size: 14px;
    color: var(--white-color);
    display: inline;
    text-transform: uppercase;
    align-items: center;
    gap: 0 15px;
}
.sub-footer marquee p:not(:last-child) {
    margin-right: 15px;
}
.sub-footer marquee .high {
    color: green;
}
.sub-footer marquee .low {
    color: red;
}
.price-show-label {
    padding: 5px 7px 5px 0;
    background-color: var(--white-color);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 700;
}
.sub-footer marquee p .high svg {
    fill: green;
    position: relative;
    top: -2px;
}
.sub-footer marquee p .low svg {
    fill: red;
    position: relative;
    top: -1px;
}
/* footer css end */
/* hero section start  */
.hero-section .carousel-item img {
    height: calc(100vh - 94px);
}
.hero-section .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 1;
}
.carousel-container {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.carousel-indicators [data-bs-target] {
    background-color: var(--white-color);
}
/* .carousel-container::after {
  content: '';
  background-image:inherit;
	background-size:cover;

	filter: blur(5px);
	-webkit-filter: blur(5px) brightness(0.5);
	-webkit-mask-image: radial-gradient(ellipse farthest-side at bottom left, rgba(0,0,0,1) 50%,rgba(0,0,0,0) 100%);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
} */
/* .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--white-color);
} */
.hero-section::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.about-us-section::after {
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.carousel-control-next,
.carousel-control-prev {
    z-index: 2;
}
.carousel-caption {
    position: unset;
    top: 50%;
    transform: translateY(-50%);
    bottom: unset;
    z-index: 3;
    width: 50%;
    height: 100%;
    background-color: var(--black-color);
    left: 0;
    right: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.carousel-control-next,
.carousel-control-prev {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: var(--primary-color);
}
.carousel-control-prev {
    left: 30px;
}
.carousel-control-next {
    right: 30px;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 25px;
    height: 25px;
    background-position: center;
    background-size: cover;
}
.carousel-indicators {
    margin-bottom: 4rem;
    z-index: 4;
}
.hero-section h3 {
    color: var(--white-color);
    font-size: 55px;
    max-width: 700px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto 20px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.hero-section p {
    color: var(--white-color);
    font-weight: 500;
    font-size: 26px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}
.carousel-container .container {
    position: relative;
    z-index: 2;
}
.about-logo {
    max-width: 100px;
}
/* hero section end  */
/* online trading start */
.online-trading-box-row {
    display: flex;
    justify-content: center;
    gap: 40px 100px;
}
.online-trading-box-col {
    border-radius: 10px;
    padding: 50px 30px 30px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 600px;
    position: relative;
    transition: all 0.3s;
}
.online-trading-box-col::after,
.online-trading-box-col::before {
    content: "";
    width: 0;
    height: 5px;
    background-color: var(--primary-color);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all 1s;
}
.online-trading-box-col::before {
    top: unset;
    left: unset;
    bottom: 0;
    right: 0;
}
.online-trading-box-col:hover::after,
.online-trading-box-col:hover::before {
    width: 100%;
    opacity: 1;
}
.online-trading-box-col h4 {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 20px;
}
.online-trading-box-col a:hover {
    color: var(--black-color);
}
.online-trading-img-box {
    width: 80px;
    height: 80px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: -90px auto 20px;
    transition: all 0.3s;
}
.online-trading-img-box svg {
    fill: var(--white-color);
    width: 40px;
    height: 40px;
}
.online-trading-box-col:hover .online-trading-img-box {
    background-color: var(--secondary-color);
}
/* online trading end */
/* about-us start */
.about-us-section {
    background-image: url(./../images/banner/about-us.jpg);
    width: 100%;
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 100px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.about-us-section p {
    color: var(--white-color);
    font-size: 20px;
    text-align: center;
    max-width: 900px;
    margin: 30px auto;
}
.about-us-section .container {
    position: relative;
    z-index: 2;
}
.about-us-section .main-head {
    font-size: 40px;
}
.about-us-details-img-wrap {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    min-height: 500px;
}
.about-us-details-img-wrap::after,
.about-inner-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.about-us-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 95%;
    height: 95%;
    overflow-y: auto;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 1;
    border-radius: 15px;
    padding: 30px;
}
.about-us-content .about-default-list {
    height: 100%;
    overflow-y: auto;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-direction: column;
    padding-right: 10px;
}
.about-us-main-section .about-border-lest {
    border-left: 8px solid var(--primary-color);
}
.about-inner-section {
    max-width: 1000px;
    height: 600px;
    overflow: hidden;
}
.about-inner-content {
    width: 1000px;
    height: 600px;
    overflow-y: auto;
    background-color: var(--white-color);
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-top: -40%;
    position: relative;
    z-index: 0;
    right: -20%;
}
.about-default-list {
    padding: 70px;
}
.about-us-main-row {
    max-width: 1220px;
    margin: 0 auto;
}
/* about-us end */
/* our-philosophy star */
.our-philosophy-box-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 80px 40px;
}
.our-philosophy-box-col {
    border-radius: 10px;
    padding: 20px 20px 50px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    min-height: 100px;
    height: 100%;
    transition: all 0.3s;
}
.our-philosophy-box-col:hover {
    background-color: var(--primary-color);
}
.our-philosophy-img-box {
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    margin: -55px auto 20px;
    transition: all 0.3s;
}
.our-philosophy-box-col:hover .our-philosophy-img-box {
    background-color: var(--secondary-color);
}
.our-philosophy-box-col h4 {
    color: var(--secondary-color);
    font-weight: 500;
    font-size: 20px;
    transition: all 0.3s;
}
.our-philosophy-box-col:hover h4 {
    color: var(--white-color);
}
.our-philosophy-img-box svg {
    fill: var(--white-color);
    width: 40px;
    height: 40px;
    transition: all 0.3s;
}
.our-philosophy-box-col:hover svg {
    fill: var(--white-color);
}
.our-philosophy-section {
    border-top-left-radius: 130px;
    background: var(--body-color);
    /* margin-top: -130px;
  position: relative;
  z-index: 0; */
}
/* our-philosophy end */
.our-Partner-section .owl-carousel img {
    max-width: 150px;
}
.page-head-section {
    background-color: #f1f4fb;
    padding: 52px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page-head {
    text-transform: capitalize;
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
}
.broadcast-title {
    color: #263045;
}
.inner-page-small-title {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    color: var(--primary-color);
}
.inner-page-big-title {
    font-size: 26px;
    font-weight: 700;
    color: #263045;
    margin-bottom: 0px;
    position: relative;
}
.inner-page-big-title:before {
    width: 52px;
    bottom: -15px;
    height: 4px;
    left: 0;
    top: auto;
    position: absolute;
    content: "";
    border: 4px solid transparent;
    border-bottom: 0;
    border-top-color: var(--primary-color) !important;
}
.our-addressBox {
    position: relative;
    transition: all 0.5s;
    padding: 0 25px 25px;
    width: 100%;
    min-height: 150px;
    height: 100%;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.add-roundBox {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: var(--primary-color);
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -25px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    line-height: 50px;
}
.our-addressBox h6 {
    font-size: 16px;
    font-weight: 600;
    color: var(--primary-color);
    text-align: center;
    padding-top: 50px;
    word-break: break-all;
}
.our-addressBox p {
    font-size: 16px;
    color: #6e6e6e;
    text-align: center;
    margin-bottom: 0px;
    word-break: break-all;
}
.our-addressBox:hover {
    box-shadow: unset;
    background-color: var(--primary-color);
    transition: all 0.5s;
}
.our-addressBox:hover .add-roundBox {
    transition: all 0.5s;
    background-color: #263045;
    box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.add-roundBox svg {
    fill: var(--white-color);
}
.our-addressBox:hover h6,
.our-addressBox:hover p {
    color: #fff;
    transition: all 0.5s;
}
/* contact us start */
.contact-us-form-section input {
    border-radius: 15px 0 15px;
    min-height: 60px;
}
.contact-us-map-section iframe {
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
}
.contact-us-form-section input {
    border-radius: 15px 0 15px;
    min-height: 60px;
}
.contact-us-map-section iframe {
    height: 500px;
    overflow: hidden;
    border-radius: 30px;
}
/* contact us end */
/* blog start */
.blog-box {
    background-color: var(--white-color);
    padding: 15px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    margin-bottom: 0;
    height: 100%;
}
.blog-img {
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.blog-img img {
    transition: all 0.3s;
}
.blog-box:hover img {
    transform: scale(1.05);
}
.blog-box span {
    color: #aaa;
    font-size: 14px;
    font-weight: 600;
}
.blog-box p {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}
.blog-box a {
    color: var(--primary-color);
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin-top: 10px;
}
.blog-content-row {
    gap: 40px 0;
}
.blog-details-section .blog-img {
    width: 500px;
    height: 400px;
    position: sticky;
    top: 120px;
}
.blog-details-section .blog-content {
    width: calc(100% - 500px);
}
/* blog end */
/* Services start */
.services-col {
    display: flex;
}
.service-box {
    width: 500px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
}
.service-content {
    max-width: 700px;
}
.service-content h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
}
/* Services end */
/* about us start */
.about-us-content-section {
    max-width: 1000px;
}
.about-me-img-box {
    min-height: 400px;
    max-height: 500px;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    overflow: hidden;
}
.about-default-list li:not(:last-child) {
    padding-bottom: 15px;
}
.about-default-list li {
    font-size: 20px;
    font-weight: 500;
}
.about-details-section {
    background-color: #eaeaea;
    padding: 30px;
}
.about-details-section {
    min-height: 220px;
    display: flex;
    align-items: center;
    border: 2px solid var(--primary-color);
}
.about-details-section h2 {
    font-weight: 500;
}
.about-banner-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.intro-banner {
    margin-top: -8%;
}
.out-about-banner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 20px;
}
.our-company-details h3 {
    color: #2a206a;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 18px;
}
.our-team-section h6 {
    color: #2a206a;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin: 15px 0 5px;
}
.our-team-section span {
    color: #080421;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    display: block;
}
.our-radius-img {
    border-radius: 20px;
}
.offered {
    padding: 100px 0 50px;
}
.our-team-row {
    display: flex;
    justify-content: center;
    grid-gap: 30px 15px;
}
.our-team-img-box {
    width: 410px;
    overflow: hidden;
    margin: 0 auto;
}
/* about us end */
/* stock-slider-section start */
.stock-slider-section {
    position: fixed;
    bottom: 0;
    z-index: 5;
    background-color: var(--primary-color);
    padding: 15px 12px;
}
.error-msg-txt {
    color: red;
}
/* stock-slider-section end */
