@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200;300;500;600;700;800&display=swap');
@import url('web-font.css');

body { background: #000; position: relative; padding: 0; margin: 0;  font-family: 'Satoshi', sans-serif; font-size: 1rem; font-weight: 500; line-height: 1.5; color: #000;   } 
img{ max-width: 100%; }

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 { font-family: 'Unbounded', sans-serif; font-weight: 700; }

a{ color: inherit; }
/* a:hover{ color: #F73312; text-decoration: none;} */
a:hover,
a:focus{ text-decoration: none; color: inherit; }

a, .btn { text-decoration: none; -webkit-transition: all 0.2s linear;  -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear;  -o-transition: all 0.2s linear;  transition: all 0.2s linear; }
.btn:focus { box-shadow: 0 0 0 0.2rem rgb(0 128 128 / 11%); /* box-shadow: 0 0 0 0.2rem rgb(55 52 53 / 24%); */ }

.form-control { border: 0; height: 48px; background-color: rgba(255, 255, 255, 0.11); border-radius: 12px; color: #fff; }
.form-control:focus{ color: #fff; background-color:  rgba(255, 255, 255, 0.11); box-shadow: none; outline: none; }
textarea.form-control { height: 100px; resize: none; }

.country-code { position: relative; }
.country-code .text{ position: absolute; top: 12px; left: 10px; }
.country-code .form-control{ padding-left: 50px; }


.required-star { color: red; }
.text-white { color: #fff; } 
.theme-bg { background: #B53679; }
.theme-color { color: #B53679; }

/* Contact Us Form Line animation  */
.animation-line { position: relative; overflow: hidden;  height: 100%; margin: 0 auto; }
.animation-line .line {position: absolute; width: 1px; height: 100%; top: 0; left: 50%; background: rgba(255, 255, 255, 0.1); }
.animation-line .line::after {content: ""; display: block; position: absolute; height: 50px; width: 100%; top: -50%; left: 0; background: linear-gradient(to bottom, rgba(255, 217, 0, 0) 0%, #ffffff 75%, #ffffff 100%); animation: run 5s 0s infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97); animation-timing-function: cubic-bezier(0.4, 0.26, 0, 0.97); }
@-webkit-keyframes run {
    0% { top: -50%; }
    100% { top: 100%; }
}
/* @keyframes run {
    0% { top: -50%; }
    100% { top: 100%; }
} */

/* Common button  */
.primary-btn { border: 0; display: inline-block; color: #FFF; border-radius: 40px; background: linear-gradient(270deg, #2C3484 0%, #4C3581 27%, #6A347F 48%, #8D357C 68%, #B53679 100%); padding: 10px 20px; transition: all 0.4s; } 
.primary-btn:focus, .primary-btn:active { color: #fff; }
.primary-btn span {display: inline-block;position: relative;transition: 0.4s;}
.primary-btn span::after{ content: "\ea24"; position: absolute; opacity: 0; top: -2px; right: -10px; font-size: 20px; transition: 0.4s;     font-family: "tabler-icons" !important;} 
.primary-btn:hover span {padding-right: 20px;color:#fff;}
.primary-btn:hover span::after { opacity: 1; right: -5px;}
 

/* Common button  */
.white-btn { border: 0; display: inline-block; color: #B53679; border-radius: 40px; background: #fff; padding: 10px 20px; transition: all 0.4s; } 
.white-btn:focus, .white-btn:active { color: #B53679; }
.white-btn span {display: inline-block;position: relative;transition: 0.4s;}
.white-btn span::after{ content: "\ea24"; position: absolute; opacity: 0; top: -2px; right: -10px; font-size: 20px; transition: 0.4s; font-family: "tabler-icons" !important;} 
.white-btn:hover span {padding-right: 20px; color:#B53679;}
.white-btn:hover span::after { opacity: 1; right: -5px;}

/* ----------------------------------
 Bootstrap Fix: IE10
 in Windows 8 & Windows Phone 8
 ---------------------------------- */
@-webkit-viewport { width: device-width; } 
@-moz-viewport { width: device-width; } 
@-ms-viewport { width: device-width; } 
@-o-viewport { width: device-width; } 
@viewport { width: device-width; } 

 
/* ----------------------------------
 Input Light
 ---------------------------------- */
.form-control { color: #fff;  } 
.form-control:-moz-placeholder { color: #fff; } 
.form-control::-moz-placeholder { color: #fff; } 
.form-control:-ms-input-placeholder { color: #fff; } 
.form-control::-webkit-input-placeholder { color: #fff; } 


/* Section Title */
.page-title { margin: 20px 0; }
.page-title h1{ font-size: 3.1rem; font-weight: 800;  }

/* Section Title */
.section-title { margin: 20px 0 80px; }
.section-title h2{ font-size: 40px; font-weight: 700;  }
.section-title p{ font-size: 20px; font-weight: 200; }

/* Service Box */
.service-pading .big-height { height: 100%; }
.service-box { overflow: hidden; border-radius: 20px; background: #fff; padding: 10px;}
.service-box p{ font-size: 1.2rem; padding: 0 10px;  }
.service-box .pie-chart{ height: calc(100% - 40px); text-align: center; }
.service-box lottie-player{  }

.required-error{ border: red 1px solid; background: #ff000052; }

section { padding: 50px 0; margin: 30px 0; border-radius: 40px; } 
.main-wapper { padding-top: 75px; }

/* Header  */
header { position: fixed; left: 0; right: 0; top: 0; z-index: 999;  transition: top 0.2s ease-in-out;}
header.nav-up {  top: -76px; }
header .navbar { font-family: 'Unbounded', sans-serif; font-weight: 500; }
header .navbar .navbar-brand img{ max-height: 55px; width: 100%;}
header .navbar .navbar-nav { text-align: center;  }
header .navbar .toggle{ display: flex; align-items: center; gap: 1rem; font-size: 0.8rem; }
header .navbar .offcanvas { background: #B53679; color: #fff; }
header .navbar .offcanvas .btn-close{ border: 1px solid #000; opacity: 1; padding: 0; width: 27px; height: 27px; border-radius: 50%; }
header .navbar .navbar-nav ul { list-style: none; margin: 0; padding: 0; }
header .navbar .navbar-nav ul li a{ color: #fff; position: relative; display: inline-block; padding: 0; margin: 5px 0; }
header .navbar .navbar-nav ul li a::before{ content:""; position: absolute; left: -10px; top: 0; bottom: 0; border-left: solid 3px #fff; transform: scaleY(0); transition: transform 250ms ease-in-out; }
header .navbar .navbar-nav ul li a:hover::before {  transform: scaleY(1);  }
header .navbar .navbar-nav ul li a.active{color: #fff; }
header .navbar .navbar-nav ul li a.active::before{ transform: scaleY(1); }

header .navbar .navbar-nav .dropdown-menu { margin: 0; background: none; text-align: center; box-shadow: none; border: 0; font-weight: 300; }
header .navbar .navbar-nav .dropdown-menu ul li a{ margin: 5px 0; display: inline-block; font-size: 0.8rem; }
header .navbar .navbar-toggler { border: 0; box-shadow: none; outline: none; padding: 0; } 

header .navbar .offcanvas-footer {  }
header .navbar .offcanvas-footer .social { display: flex; gap: 0.8rem; align-items: center; justify-content: center; padding: 0 0 20px; }
header .navbar .offcanvas-footer .social a{ transition: all 0.3s; font-size: 22px; width: 40px; height: 40px; border: 1px solid #fff; border-radius: 50%; display: flex; align-items: center; justify-content: center; }
header .navbar .offcanvas-footer .social a:hover{ background: #fff; color: #B53679; }

/*====================
Home Page 
====================*/

section.home-banner {background: url('../images/home-banner.svg') no-repeat center center; background-attachment: fixed; background-position: center; }
section.home-banner .main-banner{  overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; height: 100vh; }



/* We Help us  */
section.we-help-us { position: relative; }
section.we-help-us .bg lottie-player{ width: 100%; }
section.we-help-us .box{ position: absolute; left: 0; top: 0; right: 0; bottom: 0; height: 100%; display: flex; align-items: center; margin: 0 auto; color: #fff; }

section.we-help-us .box .get-started { display: flex; justify-content: center;  }
section.we-help-us .box .get-started lottie-player{ max-width: 120px;  }
section.we-help-us .box .client{  font-weight: 300; text-align: center;  }
section.we-help-us .box .client p{ margin: 15px 0 0; }
section.we-help-us .box h3{ font-weight: 400; }

/* Service section */
.white-bg { background-color: #fff; }
.gray-bg { background-color: #F6F6EE; }

section.service-sec { background-image: url("../images/bg-gridline.png"); background-size: 100%; background-repeat: no-repeat; background-position: 0px 40px; }
 

/* Awesome Facts */
section.awesome-facts { position: relative; color: #fff; }
section.awesome-facts::before { width:120px; height: 120px; content: ""; background: url("../images/icon/star.png") no-repeat center center/cover; position: absolute; left: 10px; top: 10px; }
section.awesome-facts .box{ margin: 15px 0; height: calc(100% - 30px); background: #fff; border-radius: 20px; padding: 35px 20px; text-align: center; }
section.awesome-facts .box h2{ color: #B53679; font-weight: 700; font-size: 3.3rem; }
section.awesome-facts .box .count-title{ color: #000; font-size: 1rem; }

/* Sectors Covered */
section.sectors-covered { position: relative; }
section.sectors-covered::before { width:120px; height: 120px; content: ""; background: url("../images/icon/industries-star.png") no-repeat center center/cover; position: absolute; right: 10px; top: 10px; }
 
section.sectors-covered .gray-bg{ padding: 25px; border-radius: 20px; }
section.sectors-covered .box{ transition: all 0.3s; height: calc(100% - 24px); margin: 12px 0; background: #fff; padding: 30px 20px; border-radius: 10px; text-align: center;  }
section.sectors-covered .box:hover{ transform: translateY(-5px); box-shadow: 0px 10px 10px -9px #bcb9b9; }

section.sectors-covered .box .img{ display: flex; align-items: center; justify-content: center; background: #FCFCFC; width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 15px; }
section.sectors-covered .box p{ margin: 0; }

/* Why Pinnacle */
section.why-pinnacle { background-image: url("../images/circle-shape.png"); background-size:100%; background-repeat: no-repeat; }
section.why-pinnacle .why-pinnacle-slider .item{ padding: 0 12px; }
section.why-pinnacle .box{ background: #fff; padding: 20px; border-radius: 20px; }
section.why-pinnacle .box .head{ font-size: 1.2rem; }
section.why-pinnacle .box p{ color: #898989; font-size: 0.9rem; min-height: 60px; }
section.why-pinnacle .box .img img{ transition: all 0.3s; filter: grayscale(100%); }
section.why-pinnacle .box .img:hover img{ filter: grayscale(0); }
section.why-pinnacle .slick-track{display: flex;}
section.why-pinnacle .slick-track .slick-slide{display: block; height: inherit;}
section.why-pinnacle .slick-track .slick-slide .box{display:flex;flex-direction: column; height: 100%;}

/* Investing Batter */
section.investing-batter { border-radius: 0; background: #F6F6EE; padding: 100px 0 50px;  }
section.investing-batter .text h2{ font-size: 2.3rem;  }
section.investing-batter .text .primary-btn{ margin: 20px 0 0; }
section.investing-batter .text p{ color: #222; font-size: 1.4rem; font-weight: 200;  }
section.investing-batter .white-bg{ border-radius: 40px;  }
section.investing-batter .white-bg .img{ margin-top: -50px; }

/* Our Client */
section.our-client { position: relative; }
section.our-client::after{ content: ""; background: url('../images/client-bg.png') no-repeat top right; width: 100%; position: absolute; right: 0; top: 0; bottom: 0;  }
section.our-client .our-client-lottie{  }

/* Our Client Feedback */
section.our-client-feedback .slick-track{display: flex;}
section.our-client-feedback .slick-slide{height: inherit;}
section.our-client-feedback .testimonial-slider .item{ padding: 0 12px; }
section.our-client-feedback .box{ background: #fff; padding: 20px; border-radius: 20px;display: flex; height:100%; flex-direction: column;}
section.our-client-feedback .box .detail .title{ font-size: 1.2rem; margin: 0 0 10px; }
section.our-client-feedback .box .detail { color: #787855;}
section.our-client-feedback .box .profile { position: relative; display: flex; gap: 15px; margin: 10px 0 0;  }
section.our-client-feedback .box .profile::after { content: ""; position: absolute; top: -10px; right: 0; background: url('../images/icon/comma.svg') no-repeat center center; background-size: 100%; width: 60px; height: 60px; }
section.our-client-feedback .box .profile .text { color: #787855; }
section.our-client-feedback .box .profile .text .name{ color: #000; font-size: 1.1rem; }
section.our-client-feedback .box .profile .img img{ width: 50px; height: 50px; border-radius: 50%; }
section.our-client-feedback .box .detail {  }


/* Vision Mission Section */
section.vision-mission {  }
section.vision-mission .box{ margin: 20px 0; padding: 20px; border-radius: 20px; color: #787855; }
section.vision-mission .box .title{ font-size: 1.4rem; margin: 0 0 10px;}

/* Write Message */
section.write-message { color: #fff; } 
section.write-message .contact-info .quick-contact{ margin: 0 0 20px; background: rgba(255, 255, 255, 0.20);  padding: 12px 20px; border-radius: 50px; text-align: center; }
section.write-message .contact-info .info { list-style: none; padding: 0; margin: 0; }
section.write-message .contact-info .info li{  margin: 15px 0; display: inline-flex; align-items: center; gap: 20px; width: 100%; }
section.write-message .contact-info .info li .img{transition: all 0.3s; border-radius: 50%; font-size: 25px; background: rgba(255, 255, 255, 0.11); width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; color: #fff; flex: 0 0 auto; }
section.write-message .contact-info .info li:hover .img{ background: #fff; color: #B53679; }
section.write-message .contact-info .info li .text small{ color: rgba(255, 255, 255, 0.5); }


/* Footer  */
footer { position: relative; border-radius: 40px; padding: 50px 0 15px; margin: 30px 0; color: #666; }
footer::after{ content: ""; position: absolute; top: 0; right: 0; width: 200px; height: 300px;  background: url('../images/icon/pattern.svg') no-repeat center top; background-size: cover; opacity: 0.05; }
footer .title{ color: #1E1E1E; font-size: 1.1rem; font-weight: 400; margin: 0 0 30px; }
footer .footer-link { position: relative; z-index: 10;}
footer .footer-link ul { list-style: none; padding: 0; margin: 0; }
footer .footer-link ul li { margin: 0 0 10px; }
footer .contact-info {position: relative; z-index: 10; }
footer .contact-info ul { list-style: none; padding: 0; margin: 0; }
footer .contact-info ul li{ margin: 0 0 20px; } 
footer .copy-right { text-align: center; color: #999; border-top: 1.5px solid #e2e2e2; padding: 15px 0 0; margin-top: 40px; font-size: 0.9rem; display: flex; align-items: center; justify-content:space-between; }
footer .copy-right a{ text-decoration: underline; }
footer .border-right { border-right: 1.5px solid; border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(226, 226, 226, 1) 48%, rgba(255, 255, 255, 0) 100%); border-image-slice: 1; margin: 0 auto; }
footer .social-footer{display: flex;}
footer .social-footer a{transition: all 0.3s;font-size: 22px;width: 40px;height: 40px;display: flex;align-items: center;justify-content:left;}

/* Inner Banner */
section.inner-banner { min-height: 500px; display: flex; align-items: center; background-image: url('../images/inner-banner-bg.svg'); background-repeat: no-repeat; background-size: cover; }
section.inner-banner .page-title p{ font-size: 1.2rem; line-height: 1.6; }

/* ================== 
    About Page 
=====================*/
.team-box { background: #fff; padding: 10px; border-radius: 20px; margin: 12px 0; }
.team-box .img img{ transition: all 0.3s; filter: grayscale(100%); border-radius: 20px; width: 100%; }
.team-box:hover .img img{filter: grayscale(0%); }
.team-box .left h5{ font-size: 0.9rem; font-weight: 400; margin: 0; }
.team-box .left small{ color: #a3a3a3; }
.team-box .text{ display: flex; align-items: center; justify-content: space-between; padding: 10px 10px 0; }
.team-box .text .right a{  transition: all 0.3s; border: 1px solid #F6F6EE; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; color: #787855; font-size: 22px; }
.team-box:hover .text .right a{ background: #F6F6EE; }

section.about-overview { background-image: url("../images/bg-gridline.png"); background-size: 100%; background-repeat: no-repeat; background-position: 0px 40px; }
section.about-overview .content{ line-height: 2; }
section.about-overview .content .img img{ border-radius: 25px; transition: all 0.3s; filter: grayscale(100%); margin: 30px 0; }
section.about-overview .content .img img:hover{ filter: grayscale(0%); }

section.about-team-detail {  }
section.about-team-detail .img{ background: #fff; border-radius: 20px; padding: 10px;position: sticky;top: 0; }
section.about-team-detail .img img{ width: 100%; border-radius: 10px; height: 450px; object-fit: cover; }
section.about-team-detail .detail { color: #fff; }
section.about-team-detail .detail h4{ font-size: 1.2rem; font-weight: 500; }
section.about-team-detail .detail .designation{ color: #fb93c4; display: block; margin: 0 0 25px; }

section.our-infrastructure {  }
section.our-infrastructure .img { margin: 12px 0; }
section.our-infrastructure .img img{ border-radius: 25px;  }


/*==============
 Our Clients 
================*/
section.our-clientele {  }
section.our-clientele .our-clientele-slider .item{ padding: 0px 10px; }
section.our-clientele .our-clientele-slider .img{  align-items: center; justify-content: center;  border-radius: 20px; margin: 5px 0; display: inline-block; width: 100%; }
section.our-clientele .our-clientele-slider .img img{border: 1px solid #F6F6EE; border-radius: 20px;  }

/*==============
Contact Us 
================*/
section.our-location { padding: 50px 20px 20px 20px; }
section.our-location .map iframe{ border-radius: 20px; }


/*=======================
 Service Details Pages
========================  */

section.what-we-offer .box{  }
section.what-we-offer .box{ transition: all 0.3s; height: calc(100% - 24px); margin: 12px 0; background: #F6F6EE; padding: 30px 20px; border-radius: 10px; text-align: center;  }
section.what-we-offer .box:hover{ transform: translateY(-5px); box-shadow: 0px 10px 10px -9px #bcb9b9; }
section.what-we-offer .box .img{ display: flex; align-items: center; justify-content: center; background: #F1F1E6; width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 15px; }
section.what-we-offer .box p{ margin: 0; }

/* FAQ */
section.faq-section {  }
section.faq-section .accordion{ padding: 20px; border-radius: 10px; background: #fff; margin: 50px 0 0; }
section.faq-section .accordion-list{ margin: 0 0 15px; }
section.faq-section .accordion-list .accor-head a{ position: relative; display: inline-block; width: 100%; padding: 15px 20px; background: #F6F6EE; border-radius: 12px; color: #787855;  }

section.faq-section .accordion-list .accor-head a i {position: absolute; top: 15px; right: 10px; font-size: 20px; font-style: normal;  width: 20px; height: 20px;}
section.faq-section .accordion-list .accor-head a i::before {content: "\eaf2"; position: absolute; font-family: "tabler-icons" !important; }
section.faq-section .accordion-list .accor-head a.collapsed i::before { content: "\eb0b";  }
section.faq-section .accordion-list .accor-body { padding: 10px 0; }

/* Common Listin menu */
ul.menu { list-style-type: none; padding: 0; }
ul.menu li{ padding: 5px 0 5px 30px; position: relative; }
ul.menu li::before{ content: "\f014"; position: absolute; top: 7px; left: 0; font-family: "tabler-icons" !important; }

/* Road Map */
section.road-map .box { height: calc(100% - 24px); margin: 12px 0; border-radius: 20px; background: #F6F6EE; overflow: hidden;  }
section.road-map .box .head { background: #F1F1E6; text-align: center; padding: 15px 20px; }
section.road-map .box .head h5{ color: #787855; margin: 0; font-weight: 400; }
section.road-map .box .panel-body { padding: 15px 20px; }

/* Benefit Public */
section.benefit-public { }
section.benefit-public .box{ height: calc(100% - 24px); margin: 12px 0; border-radius: 18px; background: #F6F6EE; padding: 5px; }
section.benefit-public .box .img{  }
section.benefit-public .box .img img{ border-radius: 15px; }
section.benefit-public .box p{ padding: 10px; }

/* Secretarial Service */
section.secretarial-service ul.menu li .head{ margin: 0 0 5px; }
section.secretarial-service ul.menu li p{ color: #8E8E8E; }

/* Investment Advisory */
section.investment-advisory {  }
section.investment-advisory .content .img img{ margin: 0 0 30px; width: 100%; border-radius: 40px; }
section.investment-advisory .content {  }

/* HR what we do */
section.hr-what-we-do {  }

