| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /var/www/vhost/gyaniguru.org/css_old/ |
Upload File : |
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.2.2/dist/css/bootstrap.min.css");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&family=Poppins:wght@300;400;500&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css");
:root {
--primaryColor: #0d1c44;
--secondaryColor: #d9c169;
--darkSecondary: #a77f42;
--darkColor: #000;
--whiteColor: #fff;
--greyColor: rgba(0,0,0,.4);
--greyColor2: rgba(0,0,0,.6);
--headingFont: "nimbus_sans";
--commonFont: "Poppins", sans-serif;
}
@font-face {
font-family: "nimbus_sans";
src: url("../fonts/nimbus_sans_becker_pbla_regular.otf");
font-weight: normal;
font-style: normal;
}
html {
font-size: 62.5%;
scroll-behavior: smooth;
}
body {
background-color: var(--whiteColor);
line-height: 1;
overflow-x: hidden;
}
ol, ul {
list-style: none;
margin: 0;
padding: 0;
}
a {
color: var(--commonColor);
text-decoration: none;
}
img {
display: block;
}
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
margin: 0;
font-family: var(--commonFont);
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
input, textarea, button {
border: none;
outline-style: none;
background-color: transparent;
}
input[type=submit], input[type=button] button {
cursor: pointer;
}
ul {
padding: 0;
}
.container {
max-width: 1240px;
}
@media only screen and (max-width: 1500px) {
.container {
max-width: 1180px;
}
}
@media only screen and (max-width: 700px) {
html {
font-size: 40%;
}
}
@media only screen and (max-width: 400px) {
html {
font-size: 35%;
}
}
.common_heading {
width: 100%;
}
.common_heading.center {
text-align: center;
}
.common_heading h4 {
font-size: 14px;
text-transform: uppercase;
color: var(--secondaryColor);
margin-bottom: 10px;
}
.common_heading h2 {
font-size: 3.5rem;
text-transform: capitalize;
margin-bottom: 2.2rem;
}
.responsive_video_wrapper {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;
margin-top: 10px;
}
.responsive_video_wrapper iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
.common_button {
margin-top: 3rem;
}
.common_button a {
background-color: var(--primaryColor);
padding: 20px 4rem;
color: var(--whiteColor);
font-size: 16px;
text-transform: uppercase;
display: inline-flex;
justify-content: center;
border-radius: 3px;
transition: all 0.5s ease-in;
width: 20rem;
text-align: center;
}
.common_button a:hover {
background-color: var(--secondaryColor);
}
.common_button a:hover span {
display: none;
}
.common_button a:hover span.hover {
display: block;
}
.common_button a span.hover {
display: none;
}
.g-recaptcha.brochure__form__captcha {
margin-top: 20px;
}
.list.extra li {
line-height: 24px;
}
.list.extra li i {
margin-right: 10px;
margin-top: 5px;
}
.list li i {
margin-right: 8px;
color: var(--secondaryColor);
}
.pt {
padding-top: 6rem;
}
.pb {
padding-bottom: 6rem;
}
.inner_wrapper {
width: 100%;
}
.inner_wrapper .general_content p {
font-size: 14px;
line-height: 24px;
color: rgba(0, 0, 0, 0.5);
}
.inner_wrapper .general_content ul.list {
padding-left: 30px;
}
.inner_wrapper .general_content ul.list li {
font-size: 14px;
margin: 20px 0;
line-height: 24px;
}
.inner_wrapper .general_content h3 {
margin: 3rem 0;
font-size: 20px;
}
#load_screen {
width: 100%;
height: 100%;
position: fixed;
top: 0;
left: 0;
background-color: rgb(255, 255, 255);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999;
flex-direction: column;
}
#load_screen .lds-facebook {
display: inline-block;
position: relative;
width: 80px;
height: 80px;
}
#load_screen .lds-facebook div {
display: inline-block;
position: absolute;
left: 8px;
width: 16px;
background: var(--primaryColor);
animation: lds-facebook 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
#load_screen .lds-facebook div:nth-child(1) {
left: 8px;
animation-delay: -0.24s;
}
#load_screen .lds-facebook div:nth-child(2) {
left: 32px;
animation-delay: -0.12s;
}
#load_screen .lds-facebook div:nth-child(3) {
left: 56px;
animation-delay: 0;
}
@keyframes lds-facebook {
0% {
top: 8px;
height: 64px;
}
50%, 100% {
top: 24px;
height: 32px;
}
}
@media only screen and (max-width: 500px) {
.inner_wrapper .details_area {
padding-left: 20px;
padding-right: 20px;
}
.common_button a {
padding: 15px 3rem;
font-size: 12px;
}
}
.image_gallery_wrapper {
width: 100%;
height: auto;
}
.image_gallery_wrapper .portion {
width: 100%;
background-color: var(--whiteColor);
padding: 1rem;
box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.16);
border-radius: 3px;
position: relative;
display: block;
transition: all 0.5s ease-in;
-o-object-fit: cover;
object-fit: cover;
margin-bottom: 3rem;
}
.image_gallery_wrapper .portion img {
width: 100%;
height: 30rem;
-o-object-fit: cover;
object-fit: cover;
}
.programe_wrapper {
width: 100%;
}
.programe_wrapper .details_area {
width: 100%;
margin-top: 5rem;
}
.programe_wrapper .details_area.details .portion {
box-shadow: none;
padding: 30px 0;
}
.programe_wrapper .details_area.details .portion .image_text_wrap h3 {
margin: 0;
}
.programe_wrapper .details_area.details .portion h3 {
margin: 30px 0 10px;
font-weight: 600;
}
.programe_wrapper .details_area.details .portion.english p {
font-size: 15px;
}
.programe_wrapper .details_area.details .portion.english h3 {
margin: 0 0 15px 0;
}
.programe_wrapper .details_area.details .portion p {
font-size: 14px;
line-height: 24px;
color: rgba(0, 0, 0, 0.5);
}
.programe_wrapper .details_area .portion {
background-color: var(--whiteColor);
width: 100%;
padding: 6rem 4rem 4rem 4rem;
box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.16);
border-radius: 3px;
font-size: 16px;
position: relative;
}
.programe_wrapper .details_area .portion .image_text_wrap {
margin-bottom: 20px;
}
.programe_wrapper .details_area .portion img {
margin-right: 15px;
}
.programe_wrapper .details_area .portion h3 {
font-size: 18px;
}
.programe_wrapper .details_area .portion p {
font-size: 15px;
line-height: 24px;
color: rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 700px) {
.programe_wrapper {
padding-left: 20px;
padding-right: 20px;
}
.programe_wrapper .details_area.details .portion {
margin-bottom: 30px;
}
.programe_wrapper .details_area .portion {
margin-bottom: 30px;
}
}
header {
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 9;
border-bottom: rgba(255, 255, 255, 0.1) 1px solid;
}
header .logo_area {
width: 100%;
padding: 2rem 0;
}
header .logo_area .logo {
width: 20rem;
display: block;
}
header .logo_area .logo img {
width: 100%;
}
header .logo_area .menu_list {
margin-right: 5rem;
}
header .logo_area .menu_list li {
margin-right: 2rem;
}
header .logo_area .menu_list li:last-child {
margin-right: 0;
}
header .logo_area .menu_list li a {
color: var(--whiteColor);
font-size: 14px;
transition: all 0.5s ease-in;
text-transform: capitalize;
}
header .logo_area .menu_list li:hover a {
color: var(--secondaryColor);
}
header .logo_area .menu_list li.current_menu_item a {
color: var(--secondaryColor);
}
header .logo_area .call .icon {
width: 40px;
height: 40px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
background-color: var(--secondaryColor);
color: var(--whiteColor);
font-size: 15px;
margin-right: 15px;
}
header .logo_area .call .text {
color: var(--whiteColor);
font-size: 13px;
}
header .logo_area .call .text b {
font-weight: 400;
}
header .logo_area .call .text span {
font-size: 16px;
display: block;
margin-top: 5px;
font-weight: 600;
}
header .menuright {
display: grid;
gap: 10px;
}
@media only screen and (max-width: 800px) {
header {
padding-right: 11rem;
}
header .logo_area .call .icon {
width: 36px;
height: 36px;
}
header .mobile_menu {
display: none;
}
}
@media only screen and (max-width: 500px) {
header .logo_area .logo {
position: relative;
z-index: 3;
margin-top: 17px;
}
header .logo_area .call .icon {
width: 20px;
height: 20px;
background: transparent;
margin-right: 5px;
}
header .logo_area .call .text {
font-size: 12px;
line-height: 0;
}
header .logo_area .call .text b {
display: none;
}
header .logo_area .call .text span {
font-size: 14px;
margin-top: 0;
}
header .logo_area .menu_list li a {
font-size: 12px;
}
header .menuright {
display: flex;
gap: 10px;
justify-content: space-around;
position: absolute;
width: 100%;
left: 0;
top: 0;
}
header .slicknav_menu {
margin-top: 17px;
}
}
.slicknav_menu {
display: none;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 0;
width: 100%;
z-index: 2;
}
.slicknav_menu .slicknav_nav {
position: absolute;
top: 100%;
left: 0;
width: 100%;
background: var(--secondaryColor);
}
.slicknav_menu .slicknav_nav .menu_list {
display: block !important;
}
.slicknav_menu .slicknav_btn {
width: 40px;
height: 40px;
background: var(--secondaryColor);
border-radius: 3px;
position: absolute;
top: 0;
bottom: 0;
margin: auto;
right: 2.5rem;
display: flex;
align-items: center;
justify-content: center;
}
.slicknav_menu .slicknav_btn:before {
background-image: url(../images/list.png);
content: "";
width: 16px;
height: 16px;
}
.slicknav_menu .slicknav_btn.slicknav_open:before {
background-image: url(../images/cross.png);
}
.slicknav_menu .slicknav_nav li ul li a .link_icon, .slicknav_menu .slicknav_nav li ul li a .link_content {
position: relative;
top: 0;
left: 0;
}
.slicknav_menu .slicknav_nav li .sub-menu {
display: block;
}
.slicknav_menu .slicknav_nav li ul li a .link_content {
display: block !important;
width: 100%;
height: 100%;
background-color: transparent;
}
.slicknav_menu .slicknav_nav li ul li a {
padding-top: 8px !important;
padding-bottom: 8px !important;
}
.slicknav_menu .slicknav_nav li ul li a .link_icon {
display: none;
}
.slicknav_menu .slicknav_nav li ul li a .link_content .link_text {
display: none;
}
.slicknav_menu .slicknav_nav ul, .slicknav_menu .slicknav_nav li, .slicknav_menu .slicknav_nav a {
width: 100%;
}
.slicknav_menu .slicknav_nav li {
padding: 0 !important;
}
.slicknav_menu .slicknav_nav li .sub-menu {
position: relative !important;
visibility: visible !important;
opacity: 1 !important;
transition: none !important;
width: 100% !important;
left: 0 !important;
}
.slicknav_menu .slicknav_nav li a {
color: #fff !important;
font-size: 1.4rem;
text-transform: uppercase;
text-align: left;
float: left;
padding: 1.5rem 2.5rem 1.5rem 3rem !important;
border-bottom: rgba(255, 255, 255, 0.2) 0.1rem solid;
outline-style: none;
position: relative;
}
.slicknav_menu .slicknav_nav li .slicknav_item {
padding: 0 !important;
border-bottom: 0;
}
.slicknav_menu .slicknav_nav li a span {
position: absolute;
top: 0;
bottom: 0;
right: 3rem;
margin: auto;
width: 2rem;
height: 2rem;
background-color: #800000;
display: flex;
justify-content: center;
align-items: center;
}
.slicknav_menu .slicknav_nav li ul li a {
padding: 10px 0 10px 5rem !important;
font-size: 1.2rem;
background-color: #203151;
border-bottom: rgba(255, 255, 255, 0.1) 0.1rem solid;
width: 100%;
}
@media only screen and (max-width: 1023px) {
.slicknav_menu {
display: block;
}
.slicknav_menu .menu {
display: block !important;
}
}
@media only screen and (max-width: 500px) {
.slicknav_menu .slicknav_btn {
width: 35px;
height: 35px;
}
.slicknav_menu .slicknav_btn .slicknav_icon-bar {
height: 2px;
margin: 0 auto 2px auto;
}
.slicknav_menu .slicknav_nav li a {
font-size: 1.8rem;
}
.slicknav_menu .slicknav_nav li ul li a {
font-size: 1.7rem;
}
}
@media only screen and (max-width: 650px) {
.slicknav_menu .right_widget {
display: block;
}
.slicknav_menu .right_widget .details li a img {
display: none;
}
}
.hero_wrapper {
width: 100%;
height: 74rem;
position: relative;
}
.hero_wrapper.inner {
height: 40rem;
}
.hero_wrapper.inner img {
-o-object-position: left top;
object-position: left top;
}
.hero_wrapper.inner .content_area {
padding-top: 6rem;
}
.hero_wrapper.inner .container {
height: 40rem;
}
.hero_wrapper.inner .container .breadcrumb {
margin-top: 3rem;
}
.hero_wrapper.inner .container .breadcrumb li {
font-size: 14px;
color: var(--secondaryColor);
margin-right: 2rem;
padding-right: 2.5rem;
position: relative;
}
.hero_wrapper.inner .container .breadcrumb li::after {
content: "/";
position: absolute;
right: 0;
top: 0;
}
.hero_wrapper.inner .container .breadcrumb li:last-child {
margin-right: 0;
padding-right: 0;
}
.hero_wrapper.inner .container .breadcrumb li:last-child::after {
display: none;
}
.hero_wrapper.inner .container .breadcrumb li a {
color: var(--whiteColor);
}
.hero_wrapper img {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
-o-object-fit: cover;
object-fit: cover;
}
.hero_wrapper .container {
height: 74rem;
}
.hero_wrapper .content_area {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 1;
padding-top: 3rem;
background-color: rgba(0, 0, 0, 0.4);
}
.hero_wrapper .content_area h4 {
font-family: var(--commonFont);
font-size: 18px;
margin-bottom: 3rem;
letter-spacing: 1px;
}
.hero_wrapper .content_area h4, .hero_wrapper .content_area h1 {
color: var(--whiteColor);
}
.hero_wrapper .content_area h1 {
font-weight: 300;
font-size: 7rem;
letter-spacing: 1px;
}
.hero_wrapper .content_area h1 span {
font-family: var(--headingFont);
color: var(--secondaryColor);
}
.carousel-control-prev i, .carousel-control-next i {
font-size: 20px;
}
@media only screen and (max-width: 1400px) {
.hero_wrapper {
height: 66rem;
}
.hero_wrapper .container {
height: 66rem;
}
.hero_wrapper .content_area h1 {
font-size: 6rem;
}
}
@media only screen and (max-width: 1000px) {
header .logo_area .logo {
width: 18rem;
}
}
@media only screen and (max-width: 800px) {
.hero_wrapper.inner .breadcrumb {
justify-content: center;
}
.hero_wrapper .content_area {
text-align: center;
}
.hero_wrapper .content_area h4 {
font-size: 13px;
}
}
@media only screen and (max-width: 500px) {
.hero_wrapper .content_area h1 {
font-size: 4rem;
}
.hero_wrapper img {
-o-object-position: -311px center;
object-position: -311px center;
}
}
.about_us_wrapper {
width: 100%;
}
.about_us_wrapper .image_area {
width: 100%;
position: relative;
}
.about_us_wrapper .portion_about {
width: 100%;
background-color: #f2f7fe;
padding: 2rem;
min-height: 22.2rem;
}
.about_us_wrapper .portion_about .common_heading h2 {
font-size: 2.5rem;
}
.about_us_wrapper .portion_about p {
margin-top: 0;
}
.about_us_wrapper .avatar {
width: 100%;
height: 390px;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: left top;
object-position: left top;
}
.about_us_wrapper .tag_area {
padding: 20px 28px 20px 28px;
background-color: #FFFFFF;
box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.16);
font-size: 14px;
position: absolute;
top: 39%;
left: -40px;
}
.about_us_wrapper .tag_area span {
font-size: 20px;
font-weight: 600;
display: block;
margin-bottom: 5px;
color: var(--secondaryColor);
}
.about_us_wrapper .tag_area img {
width: 40px;
margin-right: 15px;
}
.about_us_wrapper p {
font-size: 14px;
line-height: 24px;
color: rgba(0, 0, 0, 0.5);
margin-top: 3rem;
}
.about_us_wrapper .about_content_area {
width: 100%;
padding-left: 3rem;
}
.about_us_wrapper .about_content_area p {
margin-top: 0;
}
.about_us_wrapper .about_list {
flex-wrap: wrap;
margin-top: 4rem;
}
.about_us_wrapper .about_list li {
flex: 0 0 48%;
margin-bottom: 1.5rem;
}
.about_us_wrapper .about_list li img {
margin-right: 15px;
}
.about_us_wrapper .about_list li .text h3 {
font-size: 17px;
margin-bottom: 8px;
text-transform: capitalize;
}
.about_us_wrapper .about_list li .text p {
font-size: 14px;
line-height: 20px;
}
.about_us_wrapper .education_option_area {
width: 100%;
margin-bottom: 6rem;
}
.about_us_wrapper .education_option_area .portion {
width: 100%;
padding: 20px 0 20px 30px;
box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.16);
border-radius: 3px;
font-size: 16px;
}
.about_us_wrapper .education_option_area .portion img {
width: 50px;
margin-right: 15px;
}
.about_us_wrapper .education_option_area .portion strong {
color: var(--secondaryColor);
font-size: 4rem;
display: block;
margin-bottom: 5px;
}
@media only screen and (max-width: 990px) {
.about_us_wrapper {
padding-top: 5px;
}
.about_us_wrapper .image_area {
padding: 20px 20px 20px 20px;
}
.about_us_wrapper .image_area img {
height: auto;
}
.about_us_wrapper .image_area .tag_area {
display: none !important;
}
}
@media only screen and (max-width: 500px) {
.about_us_wrapper {
text-align: center;
}
.about_us_wrapper .image_area img {
height: auto;
}
.about_us_wrapper .image_area .tag_area {
display: none !important;
}
.about_us_wrapper .about_content_area {
padding: 0 20px;
}
.about_us_wrapper .about_list li {
background-color: #f7f7f7;
flex-direction: column;
align-items: center;
padding: 3rem 2rem;
margin-bottom: 20px;
}
.about_us_wrapper .about_list li img {
margin: 0 0 15px 0;
}
.about_us_wrapper .about_list li .text h3 {
font-size: 14px;
}
.about_us_wrapper .about_list li .text p {
font-size: 13px;
}
.about_us_wrapper .education_option_area {
text-align: left;
padding: 0 20px;
}
.about_us_wrapper .education_option_area .portion {
margin-bottom: 3rem;
}
}
.features_wrapper {
width: 100%;
}
.features_wrapper p {
font-size: 1.8rem;
line-height: 26px;
margin-bottom: 6rem;
}
.features_wrapper .features_details_wrapper {
width: 100%;
margin-bottom: 6rem;
}
.features_wrapper .features_details_area {
width: 100%;
}
.features_wrapper .features_details_area h2 {
font-size: 2.5rem;
font-weight: 700;
}
.features_wrapper .features_details_area h3 {
font-weight: 600;
margin-bottom: 2rem;
color: var(--secondaryColor);
}
.features_wrapper .features_details_area ul li {
font-size: 13px;
margin-bottom: 1rem;
line-height: 19px;
position: relative;
padding: 0 0 0 0;
}
.features_wrapper .features_details_area ul li i {
margin-right: 8px;
}
.features_wrapper .features_details_area .accordion_area {
width: 100%;
margin-top: 2rem;
}
.features_wrapper .features_details_area .accordion_area .accordion-header .accordion-button {
background-color: var(--secondaryColor);
color: var(--whiteColor);
}
.features_wrapper .features_details_area .accordion_area .accordion-header .accordion-button::after {
color: var(--whiteColor);
font-family: "Font Awesome 6 Free";
background-image: none;
content: "\f068";
}
.features_wrapper .features_details_area .accordion_area .accordion-header .accordion-button.collapsed {
background-color: var(--whiteColor);
color: #333;
}
.features_wrapper .features_details_area .accordion_area .accordion-header .accordion-button.collapsed::after {
color: #333;
content: "+";
}
.features_wrapper .features_details_area .accordion_area .accordion-header button {
font-size: 14px;
outline: none;
box-shadow: none !important;
font-weight: 600;
padding: 14px 20px;
}
.features_wrapper .features_details_area .accordion_area .accordion-body {
padding: 20px;
}
.our_specialist_wrapper {
background-color: #f2f7fe;
}
.our_specialist_wrapper .inner .portion {
min-height: 375px !important;
margin-bottom: 30px;
}
.our_specialist_wrapper .general_content p {
font-size: 14px;
line-height: 24px;
}
.our_specialist_wrapper .general_content .list li {
font-size: 14px;
margin: 20px 0;
}
.our_specialist_wrapper .general_content h3 {
margin: 20px 0;
font-size: 20px;
}
.our_specialist_wrapper .details_area {
margin-top: 6rem;
}
.our_specialist_wrapper .details_area .portion {
width: 100%;
background-color: var(--whiteColor);
min-height: 277px;
padding: 4rem 20px 4rem 4rem;
box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.16);
border-radius: 3px;
font-size: 16px;
position: relative;
display: block;
transition: all 0.5s ease-in;
}
.our_specialist_wrapper .details_area .portion .list li {
font-size: 14px;
margin-bottom: 8px;
transition: all 0.5s ease-in;
}
.our_specialist_wrapper .details_area .portion .list li i {
position: relative;
left: 0;
top: 0;
}
.our_specialist_wrapper .details_area .portion:hover {
background-color: var(--secondaryColor);
}
.our_specialist_wrapper .details_area .portion:hover p {
color: var(--whiteColor);
}
.our_specialist_wrapper .details_area .portion:hover h3 {
color: var(--whiteColor);
}
.our_specialist_wrapper .details_area .portion:hover i {
color: var(--whiteColor);
}
.our_specialist_wrapper .details_area .portion:hover .list li {
color: #fff;
}
.our_specialist_wrapper .details_area .portion i {
position: absolute;
bottom: 4rem;
left: 4rem;
transition: all 0.5s ease-in;
}
.our_specialist_wrapper .details_area .portion img {
width: auto;
margin-bottom: 25px;
}
.our_specialist_wrapper .details_area .portion p {
font-size: 14px;
line-height: 20px;
color: rgba(0, 0, 0, 0.5);
width: 90%;
transition: all 0.5s ease-in;
}
.our_specialist_wrapper .details_area .portion h3 {
font-size: 16px;
margin-bottom: 12px;
text-transform: capitalize;
transition: all 0.5s ease-in;
}
@media only screen and (max-width: 900px) {
.our_specialist_wrapper {
padding-left: 20px;
padding-right: 20px;
}
.our_specialist_wrapper .details_area .portion {
margin-bottom: 3rem;
}
.our_specialist_wrapper {
background-color: #f2f7fe;
}
.our_specialist_wrapper .general_content h3 {
font-size: 16px;
}
}
.testimonial_section_wrapper {
width: 100%;
}
.testimonial_section_wrapper .common_button {
margin-top: 0;
}
.testimonial_section_wrapper.video .testimonial_area .slide_item {
padding: 20px !important;
}
.testimonial_section_wrapper.video .testimonial_area .slide_item .responsive_video_wrapper {
margin-top: 0 !important;
}
.testimonial_section_wrapper.single .testimonial_area {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-gap: 30px;
}
.testimonial_section_wrapper .details_area {
width: 100%;
margin-top: 6rem;
}
.testimonial_section_wrapper .details_area .testimonial_area {
width: 100%;
position: relative;
}
.testimonial_section_wrapper .details_area .testimonial_area.grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-gap: 30px;
}
.testimonial_section_wrapper .details_area .testimonial_area .owl-nav {
position: absolute;
top: -113px;
right: 0;
}
.testimonial_section_wrapper .details_area .testimonial_area .owl-nav button {
width: 42px;
height: 42px;
border-radius: 5px;
background-color: var(--primaryColor);
color: var(--whiteColor);
}
.testimonial_section_wrapper .details_area .testimonial_area .slide_item {
width: 100%;
padding: 20px 20px 20px 30px;
border-radius: 3px;
background-color: #f2f7fe;
}
.testimonial_section_wrapper .details_area .testimonial_area .slide_item .test_head {
margin-bottom: 2rem;
}
.testimonial_section_wrapper .details_area .testimonial_area .slide_item .image_icon_area {
flex: 0 0 70px;
height: 70px;
border-radius: 100%;
margin-right: 15px;
padding: 4px;
border: #ddd 1px solid;
}
.testimonial_section_wrapper .details_area .testimonial_area .slide_item .image_icon_area img {
width: 100%;
height: 100%;
border-radius: 100%;
-o-object-fit: cover;
object-fit: cover;
}
.testimonial_section_wrapper .details_area .testimonial_area .slide_item .title {
font-size: 16px;
font-weight: 600;
display: block;
margin-bottom: 8px;
}
.testimonial_section_wrapper .details_area .testimonial_area .slide_item .location {
font-size: 13px;
color: var(--secondaryColor);
}
.testimonial_section_wrapper .details_area .testimonial_area .slide_item p {
font-size: 14px;
line-height: 20px;
color: rgba(0, 0, 0, 0.5);
width: 100%;
}
.legend_told_wrapper {
width: 100%;
background-color: #f5f5f5;
}
.legend_told_wrapper .details {
width: 100%;
margin-top: 5rem;
}
.legend_told_wrapper .portion {
background-color: var(--whiteColor);
width: 100%;
padding: 6rem 4rem 4rem 4rem;
box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.16);
border-radius: 3px;
font-size: 16px;
position: relative;
}
.legend_told_wrapper .portion .avator_details {
width: 100%;
margin-top: 3rem;
font-size: 18px;
font-style: italic;
}
.legend_told_wrapper .portion .avator_details img {
width: 8rem;
height: 8rem;
border-radius: 100%;
margin-right: 15px;
-o-object-fit: cover;
object-fit: cover;
}
.legend_told_wrapper .portion p {
font-size: 16px;
font-style: italic;
line-height: 24px;
min-height: 10rem;
position: relative;
padding: 0 0 0 3rem;
}
.legend_told_wrapper .portion i {
position: absolute;
top: -30px;
left: 0;
font-size: 3rem;
}
.legend_told_wrapper .portion i.down_quote {
top: auto;
bottom: -30px;
left: auto;
right: 0;
}
.video_wrapper {
width: 100%;
}
.video_wrapper .portion {
background-color: var(--whiteColor);
width: 100%;
padding: 3rem;
box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.16);
border-radius: 3px;
font-size: 16px;
position: relative;
}
@media only screen and (max-width: 800px) {
.testimonial_section_wrapper {
padding-left: 20px;
padding-right: 20px;
}
.testimonial_section_wrapper .details_area {
padding-left: 0;
padding-right: 0;
}
.testimonial_section_wrapper .details_area .testimonial_area .owl-nav {
top: -90px;
}
.testimonial_section_wrapper .details_area .testimonial_area .owl-nav button {
width: 25px;
height: 25px;
}
.video_wrapper {
padding-left: 20px;
padding-right: 20px;
}
.video_wrapper .portion {
margin-bottom: 20px;
}
.legend_told_wrapper .details {
padding: 0 20px;
}
.legend_told_wrapper .portion {
margin-bottom: 4rem;
padding: 30px;
}
.legend_told_wrapper .portion i {
top: -10px;
}
}
@media only screen and (max-width: 800px) {
.testimonial_section_wrapper .common_heading h2 {
font-size: 3rem;
}
.testimonial_section_wrapper .details_area .testimonial_area.grid {
grid-template-columns: repeat(1, 1fr);
}
.testimonial_section_wrapper.single .testimonial_area {
grid-template-columns: repeat(1, 1fr);
}
}
.faq_details_area {
width: 100%;
}
.faq_details_area .accordion-button {
padding: 15px 20px;
font-size: 16px;
background-color: var(--primaryColor);
color: var(--whiteColor);
display: flex;
align-items: center;
box-shadow: none;
outline-style: none;
}
.faq_details_area .accordion-button::after {
color: var(--whiteColor);
font-family: "Font Awesome 6 Free";
background-image: none;
content: "-";
height: 12px;
line-height: 12px;
}
.faq_details_area .accordion-button i {
font-size: 20px;
flex: 0 0 40px;
}
.faq_details_area .accordion-button.collapsed {
background-color: #f2f7fe;
color: var(--primaryColor);
}
.faq_details_area .accordion-button.collapsed::after {
color: #333;
content: "+";
}
.faq_details_area .accordion-body {
padding: 20px;
font-size: 14px;
display: flex;
align-items: flex-start;
line-height: 24px;
}
.faq_details_area .accordion-body i {
font-size: 20px;
flex: 0 0 40px;
margin-top: 3px;
}
@media only screen and (max-width: 800px) {
.faq_details_area {
padding-left: 20px;
padding-right: 20px;
}
}
@media only screen and (max-width: 800px) {
.faq_details_area .accordion-button {
font-size: 14px;
}
}
.contact_us_wrapper {
width: 100%;
}
.contact_us_wrapper h3 {
margin-bottom: 2rem;
font-size: 20px;
}
.contact_us_wrapper .contact_list li {
font-size: 15px;
margin-bottom: 2rem;
}
.contact_us_wrapper .contact_list li a {
display: flex;
align-items: center;
}
.contact_us_wrapper .contact_list li a i {
flex: 0 0 40px;
height: 40px;
background-color: var(--secondaryColor);
color: var(--whiteColor);
margin-right: 15px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 100%;
}
.contact_us_wrapper .main_form_wrapper {
width: 100%;
}
.contact_us_wrapper .main_form_wrapper .input_panel {
width: 100%;
height: 5rem;
padding: 0 15px;
border-radius: 5px;
font-size: 12px;
box-shadow: 0 7px 18px rgba(64, 79, 104, 0.05);
border: rgba(0, 0, 0, 0.1) 1px solid;
background-color: #ffffff;
outline-style: none;
margin-bottom: 20px;
font-size: 14px;
}
.contact_us_wrapper .main_form_wrapper .input_panel::-moz-placeholder {
font-style: italic;
}
.contact_us_wrapper .main_form_wrapper .input_panel::placeholder {
font-style: italic;
}
.contact_us_wrapper .main_form_wrapper textarea.input_panel {
height: 15rem;
resize: none;
padding: 15px;
}
.contact_us_wrapper .main_form_wrapper input[type=submit] {
background-color: var(--primaryColor);
color: var(--whiteColor);
font-size: 14px;
text-transform: capitalize;
padding: 15px 30px;
border-radius: 3px;
transition: all 0.5s ease-in;
}
.contact_us_wrapper .main_form_wrapper input[type=submit]:hover {
background-color: var(--secondaryColor);
}
@media only screen and (max-width: 800px) {
.contact_us_wrapper {
padding: 0 20px;
}
.contact_us_wrapper .main_form_wrapper {
margin-top: 30px;
}
.contact_us_wrapper .main_form_wrapper .input_panel {
height: 40px;
}
}
footer {
width: 100%;
position: relative;
}
footer .map {
width: 100%;
height: 45rem;
padding: 0;
border: none;
}
footer .address_list_on_map {
position: absolute;
top: 0;
left: 0;
width: 100%;
}
footer .address_list_on_map .address_list {
width: 100%;
padding: 6rem;
background-color: var(--darkSecondary);
border-radius: 3px;
box-shadow: 5px 5px 60px 0px rgba(0, 0, 0, 0.16);
}
footer .address_list_on_map .address_list li {
flex: 0 0 30%;
font-size: 16px;
color: var(--whiteColor);
border-right: var(--whiteColor) 1px solid;
}
footer .address_list_on_map .address_list li:last-child {
border-right: 0;
}
footer .address_list_on_map .address_list li span {
font-size: 22px;
display: block;
margin-top: 8px;
font-weight: 600;
}
footer .main_footer {
width: 100%;
height: auto;
background-color: #40474c;
}
footer .main_footer h2 {
font-size: 3.5rem;
color: var(--whiteColor);
font-weight: 300;
margin-bottom: 2.5rem;
}
footer .main_footer a {
color: var(--secondaryColor);
margin-bottom: 10px;
display: block;
font-size: 16px;
}
footer .main_footer .portion {
width: 100%;
}
footer .main_footer .portion h3 {
font-size: 2.8rem;
color: var(--whiteColor);
font-weight: 300;
margin-bottom: 2.5rem;
}
footer .main_footer .portion a {
color: #8b8b8b;
font-size: 14px;
transition: all 0.5s ease-in;
}
footer .main_footer .portion a:hover {
color: var(--whiteColor);
}
footer .copy_right_area_wrapper {
width: 100%;
margin-top: 6rem;
padding-top: 6rem;
padding-bottom: 0;
border-top: rgba(255, 255, 255, 0.1) 1px solid;
}
footer .copy_right_area_wrapper p {
color: #8b8b8b;
font-size: 14px;
text-align: center;
margin-top: 15px;
display: block;
align-items: center;
justify-content: center;
line-height: 24px;
}
footer .copy_right_area_wrapper p a {
margin: 0;
padding: 0 5px;
font-size: 14px;
display: inline;
}
.social_wrapper {
width: 100%;
}
.social_wrapper li {
margin-right: 15px;
}
.social_wrapper li:last-child {
margin-right: 0;
}
.social_wrapper li a {
width: 40px;
height: 40px;
background-color: #32383e;
display: flex;
align-items: center;
justify-content: center;
font-size: 16px;
color: var(--whiteColor);
border-radius: 100%;
}
@media only screen and (max-width: 800px) {
footer {
padding-top: 6rem;
}
footer .address_list_on_map .address_list {
display: none !important;
}
footer .main_footer {
padding-left: 20px;
padding-right: 20px;
}
footer .main_footer .nav_menu {
flex-wrap: wrap;
}
footer .main_footer .portion {
margin-bottom: 3rem;
}
footer .copy_right_area_wrapper p {
display: block !important;
line-height: 24px;
}
footer .copy_right_area_wrapper p a {
display: inline-block;
}
}/*# sourceMappingURL=style.css.map */