/* Webfont include here */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');


body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}
a
{
	color: inherit;
	text-decoration: none;
}

a:hover
{color: inherit;
	text-decoration: none;
	transition: all .6s;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,ul,li, p{
	margin:0;
	font-family: 'Roboto', sans-serif;
}
p, li{
    font-size: 15px;
    line-height: 26px;
    text-align: justify;
}

.list-inline li{
    display: inline-block;
}


/* Upcomming */
.upcomming {
    padding: 150px 0;
    text-align: center;
}
.animated-text {
    font-size: 48px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    animation: slideFade 3s ease-in-out infinite;
    opacity: 0;
  }

  @keyframes slideFade {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    50% {
      opacity: 1;
      transform: translateY(0);
    }
    100% {
      opacity: 0;
      transform: translateY(-20px);
    }
  }

  /* Upcomming end*/

.section_main{
    margin-top: 15px;
}

button.owl-dot span {
    background: rgb(153, 153, 153);
    height: 10px;
    width: 10px !important;
    display: inline-block;
    margin: 0px 5px;
    border-radius: 50%;
}
button.owl-dot.active span{
    background-color:#bb9e62;
}
.dropdown-item.active, .dropdown-item:active {
    background-color: #ffffff;
    color: #000 !important;
}
.owl-dots{
    margin-top: 20px;
}
.owl-nav {
    position: absolute;
    top: 50%;
    width:100%;
    display: inline-flex;
    left: 0;
    justify-content: space-between;
    z-index: 9;
    right:0px;
    margin: 0 auto;
}
.owl-nav button span {
    background: #bb9e62;
    position: relative;
    z-index: 9999;
    color: #fff;
    font-size: 30px;
    display: inline-flex;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 0px 6px 0px #5f5f5f;
}
.owl-nav button.owl-prev span {
    left:-5px;
}
.owl-nav button.owl-next span {
    right:-5px;
}
.facilities_support_right .nav-pills .nav-link.active, .facilities_support_right .nav-pills .show > .nav-link {
    background: transparent;
    color: #bb9e62;
    font-weight: 500;
    border-color: #bb9e62;
}
.facilities_support_right  .nav-pills .nav-link{
    color: #000;
    border-bottom: 2px solid transparent;
    border-radius: 0px;
}
.facilities_support_right  .nav.nav-pills{
    border-bottom: 1px solid #dee2e6;
    justify-content: space-around;
}
/* top navbar section start here */
.top-navbar {
    padding: 0px 0px;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0px 4px 8px 0px #e2e2e2;
}
.top-navbar a.navbar-brand img {
    height: 52px;
}
.global-btn {
    background: #bb9e62;
    padding: 7px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 18px;
}
.top-btn {
    margin-left: 20px;
    display: none;
}
.global-btn i {
    background: #fff;
    color: #8b7037;
    height: 30px;
    width: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 10px;
}
.global-btn {
    background: #bb9e62;
    padding: 5px 7px 5px 20px;
    display: inline-block;
    color: #fff;
    border-radius: 42px;
    font-weight: 500;
    transition: 0.5s;
}
.global-btn:hover{
    color: #fff;
    background:#7c5e23;
}

/* li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
} */
.top-navbar ul.navbar-nav li {
    margin: 0px 12px;
    font-weight: 700;
}
.top-navbar ul.navbar-nav li a {
    padding: 18px 12px;
}
.top-navbar li.nav-item.dropdown ul.dropdown-menu li a {
    padding: 6px 18px;
    color: #fff;
}
.top-navbar li.nav-item.dropdown ul.dropdown-menu li a:hover{
    color: #000;
}
li.nav-item.dropdown ul.dropdown-menu {
    background: #bb9e62;
    color: #fff;
}

.top-navbar ul.dropdown-menu li{
    margin: 0px;
}
/* top navbar section start here */

/* Top Banner start */
.main-banner {
    text-align: center;
    background:url('../image/new_banner.png')no-repeat;
    background-size:cover;
    background-position:center;
    padding:190px 0px;
    color:#fff;
}
.main_banner_content h2 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 40px;
    margin-bottom: 4px;
    letter-spacing: 3px;
    color: #bb9e62;
}
.technology_list {
    display: flex;
    flex: 1;
    justify-content: center;
}

.technology_list_first:hover {
    background: #fff;
    transition: 0.3s;
    color: #000;
    border-color:#fff;
}
.technology_list_first {
    height:180px;
    background: #ffffff2b;
    width: 184px;
    transition: 0.3s;
    padding: 27px 0px;
    border: 1px solid;
    border-radius: 5px;
    margin:0px 9px;
    transition: all 0.3s ease-in-out;
}
.technology_list_first:hover i{
    background:#bb9e62;
    color: #fff;
}
.technology_list_first i {
    font-size: 34px;
    background: white;
    color: #bb9e62;
    padding: 5px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.technology_list_first i {
    margin-bottom: 14px;
}
.main_banner_content h1 {
    text-transform: uppercase;
    font-weight:300;
    font-size:50px;
}
.main_banner_content h6 {
    font-size: 20px;
    line-height: 31px;
    font-weight: 400;
    /* font-style: italic; */
}

.get_start_btn {
    margin-top: 40px;
}
.logo-left {
    width: 160px;
}
.logo-left img {
    width: 100%;
}
.nav-right a {
    background: #bb9e62;
    color: #fff;
    padding: 8px 32px;
    border-radius: 32px;
    font-size: 15px;
    transition:0.3s;
}
.nav-right a:hover{
    background:#2957a3;
    color:#fff;
    transition:0.3s;
}
/* Top Banner end */


/* about us  */

.about_left img {
    width: 100%;
}
.about_right h2 {
    color: #bb9e62;
}
.about_right h5 {
    font-size: 23px;
    margin: 34px 0px;
    line-height: 34px;
}
.about_right p {
    font-size: 17px;
    text-align: justify;
}
.about_right p:nth-of-type(1) {
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: justify;
}
.about_right a.global-btn {
    margin-top: 30px;
}
.about_us .row {
    align-items: center;
}
.about_us {
    padding: 80px 0px;
    background:#f6f6f6;
}
.about_right {
    width: 90%;
    margin: 0 auto;
}
/* health care  */
.health_care {
    background:url(../image/health_care_banner.jpg)no-repeat;
    padding: 100px 0px 120px;
    position: relative;
    background-size: cover;
    background-position: center;
    color: #fff;
    background-attachment: fixed;
}
img.health_care_shape {
    position: absolute;
    width: 100%;
    bottom: -90px;
}
.healt_left h2 {
    font-weight: 400;
}
.healt_rgt ul.list-inline li {
    margin-left: 14px;
}
.healt_rgt {
    text-align: right;
}
.health_care .row {
    align-items: center;
}

/* what we do  */

.what_we_do_inner img {
    width: 30%;
}

.what_we_do {
    margin:70px 0px;
    text-align:center;
}
.header_main {
    margin-bottom: 33px;
}
.header_main p {
    margin-top: 10px;
    text-align: justify;
}

.what_we_do_inner {
    background: #fff;
    box-shadow: 0px 2px 9px #0000002e;
    padding: 30px;
    border-radius: 10px;
    margin: 10px 0px;
    min-height: 241px;
}

.what_we_do_inner p {
    margin: 15px 0px;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}
.what_we_do_inner a.read_btn {
    background: #bb9e62;
    padding: 9px 29px;
    display: inline-block;
    color: #fff;
    border-radius: 18px;
    transition: all 0.4s ease-in-out;
}
.what_we_do_inner a.read_btn:hover{
    background-color: #7c5e23;
}

.what_we_do_inner a.read_btn .fa{
	margin-left:5px;
}

/* About us start*/

.vission_mission_points {
    /* max-width: 900px; */
    margin: auto;
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); */
  }

  .vission_mission_points h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #2e86de;
  }

  .vission_mission_points ul {
    list-style-type: square;
    padding-left: 20px;
  }

  .vission_mission_points li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 16px;
  }

/* About us end*/

.vission_mission_points.margin {
    margin: 0;
    padding: 0;
}

/* Intelligence test start */

h2.intel_test_heading {
    font-size: 20px;
    font-weight: bold;
    margin: 25px 0 10px 0;
}
  .main-list {
    list-style-type: none;
    padding-left: 0;
  }
  .main-list > li {
    margin-bottom: 10px;
    display: flex
;
  }
  .main-list > li::before {
    content: '➤';
    margin-right: 8px;
    color: #000;
  }
  .sub-list {
    list-style-type: circle;
    margin-top: 10px;
    margin-left: 30px;
  }
  .nested-list {
    list-style-type: none;
    margin-left: 40px;
  }
  .nested-list li::before {
    content: '';
    margin-right: 8px;
  }
  .roman-list {
    list-style-type: upper-roman;
    margin-left: 20px;
    font-size: 16px;
  }

  .roman-list li {
    margin-bottom: 10px;
  }

/* Intelligence test end */

/* Coching institute start */
.course-box {
    background: linear-gradient(135deg, #f8f9fa, #e0f7fa);
    border: 1px solid #dee2e6;
    border-radius: 20px;
    text-align: center;
    padding: 20px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
  }

  .course-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }

  .course-icon {
    font-size: 2rem;
    color: #bc9e5b;
    margin-bottom: 10px;
  }

  .section-title {
    font-weight: 700;
    font-size: 1.75rem;
    color: #343a40;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    border-bottom: 3px solid #0d6efd;
    display: inline-block;
  }

  .course-name {
    font-weight: 600;
    font-size: 1.1rem;
    color: #212529;
  }
  
  
/* Coching institute end */

/* Career counciling start */
.career_title {
    text-align: center;
    margin-bottom: 40px;
}
p.focus_title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 7px;
}
.get-started-section {
    background: linear-gradient(135deg, #e0f7fa, #ffffff);
    padding: 60px 20px;
    /* border-radius: 25px; */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    text-align: center;
    max-width: 100%;
    /* margin: 50px auto; */
    animation: fadeInUp 1s ease-in-out;
}

  .get-started-section h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #000000;
    margin-bottom: 20px;
  }

  .get-started-section p {
    font-size: 1.15rem;
    color: #343a40;
    margin-bottom: 30px;
    line-height: 1.7;
  }

  .btn-start {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 30px;
    background-color:#bb9e62;
    color: white;
    border: none;
    transition: all 0.3s ease;
  }

  .btn-start:hover {
    background-color: #000;
    color: #fff;
    transform: translateY(-3px);
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
/* Career counciling end */

/* home inspection section satrt here */
.home-inspection {
    background: #364352;
    color: #fff;
    overflow: hidden;
    background: url('../image/protect-bg.jpg')repeat;
    background-position: center;
    background-position: right;
}

.au-videoright {
    height: 100%;
}

.au-videoright img {
    height: 100%;
    width: 100%;
    border-left: 9px solid;
}

.au-videoleft {
    padding: 80px 0px;
}

.au-videoleft li {
    margin-left: 22px;
}

.au-videoleft li:first-child {
    margin-left: 0px;
}

.au-videoleft h2 {
    font-weight: 600;
    font-size: 40px;
    text-transform: uppercase;
}

.au-videoleft h3 {
    margin-top: -5px;
    font-size: 37px;
    margin-bottom: 18px;
}

h2.au-videodown {
    margin-bottom: 24px;
}

.au-videoleft ul {
    margin-top: 35px;
}

.smart-control {
    margin: 80px 0;
}

.smart-upinr h3 {
    color: #f3123c;
    margin: 21px 0;
}

.au-vidwn {
    padding: 70px 50px;
    color: #000;
}

.au-vidwn p {
    margin-bottom: 28px;
    font-size: 16px;
    text-align: justify;
}
a.hvr-bounce-to-right4:hover {
    background: #000;
    color: #fff;
}

.au-vidwn ul {
    margin-top: 40px;
}


.our-service {
    padding: 80px 0;
    text-align: center;
}

.os-inner {
    background: #f7f8fd;
    padding: 38px 14px;
    border: 1px solid #dddddd;
    margin: 15px 0;
}

.os-inner h3 {
    color: #183478;
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0;
}

.os-mnheader {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 40px;
    text-align: center;
}

.os-mnheader h2 {
    margin-bottom: 11px;
}

.owl-carousel .owl-item .client-down img {
    width: 18%;
}

.client-inner {
    padding: 47px 29px 36px;
    background: #f1f1f1;
    border-radius: 5px;
    color: #878c8f;
    margin: 25px 17px 0;
    position: relative;
}

.client-down {
    display: flex;
    align-items: center;
}

.os-linker a {
    color: #183478;
    text-decoration: underline;
    font-weight: 600;
}

.os-linker {
    margin-top: 15px;
}

img.client-quote {
    position: absolute;
    top: -20px;
    width: 53px !important;
    left: 11%;
    z-index: 9999;
}
.col-md-5.hs-biger {
    background:url('../image/black-shape.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
/* home inspection section satrt here */


/* get in touch */
.get-in-touch img {
    width: 100%;
}
.get-in-touch .row {
    display: flex;
    align-items: center;
}
.get-in-touch {
    background: #000;
    margin:6px 0px;
}
.get-left {
    overflow: hidden;
    border-right: 6px solid #fff;
}
.form-inner {
    padding-left:30px;
    text-align: left;
}
.form-inner p {
    color: #fff;
}

.form-inner h4 {
    margin-bottom:10px;
    color: #fff;
    font-size: 30px;
}
ul.list-unstyled.get-quote-linking {
    color: #fff;
    margin: 12px 0px;
    font-size: 15px;
}
.get-quote-btn a {
    width: 149px;
    display: inline-block;
    text-align: center;
    padding: 9px 0px;
    color: #fff;
    margin-right: 10px;
}
a.gqbtn-phone:hover{
    background:transparent;
    color:#fff;
    border-color:#fff;
    transition:0.3s;
}
a.gqbtn-phone{
	background: #bb9e62;
	border: 1px solid #bb9e62;
    transition:0.3s;
}
a.gqbtn-phonebk:hover{
    background:#fff;
    color:#000;
    transition:0.3s;
}
a.gqbtn-phonebk {
    background: transparent;
    border: 1px solid;
    transition:0.3s;
}
.form-inner input::placeholder {
    color: #fff;
}
.form-inner input.form-control {
    background:transparent;
    margin: 12px 0;
    height: 47px;
    font-size: 14px;
    border-radius:5px;
    color: #ffffff;
}
.form-inner input.form-control::placeholder{
	color:#ffffff;
}
.form-inner button {
    background: #bb9e62;
    color: #fff;
    display: block;
    width: 100%;
    padding: 14px 0;
    border: none;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}
/* get in touch */



/* footer section side web */
.footer-section {
    background:#111111;
    color: #fff;
    padding:62px 0px;
}

.ftr-inner h4 {
    font-size: 22px;
    margin-bottom: 22px;
    font-weight: 500;
}

.ftr-inner li {
    line-height: 29px;
}

.ftr-inner li a:hover {
    color:#bb9e62;
}
.ftr-inner h6 {
    font-size: 15px;
    margin-bottom: 6px;
}
.atlast-down a {
    color: #bb9e62;
}
.ftr-lsfr .fa {
    background: #bb9e62;
    color: #fff;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}

.ftr-inner input[type="email"] {
    height: 49px;
    padding-left: 9px;
    width: 100%;
    margin-top: 8px;
}

.ftr-inner input.ftr-inrbtn {
    background: #00b5ff;
    border: none;
    color: #fff;
    padding: 13px;
    margin-top: 14px;
    width: 100%;
}

.ftr-last p {
    font-size: 15px;
}

.ftr-linerlst .fa {
    border: 1px solid;
    width: 30px;
    font-size: 16px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    transition: 0.3s;
}

.ftr-linerlst .fa:hover {
    background: #fff;
    color: #000;
}

.ftr-linerlst li {
    padding-right: 9px;
}

.ftr-linerlst {
    text-align: right;
}

.atls-pera {
    text-align: right;
}

.ftr-liner {
    border-right: 1px solid #8c8c8c;
}

.atlst-down {
    text-align: center;
    background: #000206;
}

.atlst-down {
    text-align: right;
    background: #000206;
    padding: 0 0 50px 0;
    color: #fff;
}

.fshion-lft img {
    float: left;
    margin-right: 17px;
    position: relative;
    top: -8px;
}

.ftr-last li {
    padding: 0 4px;
    font-size: 16px;
    color: #bb9e62;
}

.ftr-inner i {
    margin-right: 12px;
    height: 30px;
    border-right: 1px solid;
    padding-right: 32px;
    width: 27px;
    font-size: 17px;
    line-height: 28px;
}


li.ftr-social {
    margin-top: 18px;
    display: flex;
    line-height: 21px;
}

.ftr-midinr li {
    padding-top: 10px;
}

ul.list-inline.ftr-lastdwn {
    margin-top: 14px;
}

li.ftr-lrftbtn a {
    background: #77a040;
    padding: 15px 29px;
    border-radius: 8px;
    font-size: 15px;
}

li.ftr-rightbtn a {
    background: #2181b4;
    padding: 15px 29px;
    border-radius: 8px;
    font-size: 15px;
}

.ftr-btnright {
    text-align: right;
}

.ftr-last h4 {
    text-align: right;
    color: #77a140;
}

.footer-section p {
    text-align: left;
}

.ftr-last {
    color: #fff;
    padding: 17px 0;
    background:#000000;
}

.ftr-lsfr {
    text-align: right;
}
img.ftr-fimg {
    margin-bottom: 15px;
    max-width: 150px;
}

/* footer section side web */

/* story update  */
.stories_update .owl-prev img {
    position: absolute;
    left: -73px;
    top: 40%;
    width: 56px;
    border-radius: 50%;
    padding: 20px;
    height: 56px;
    border: 1px solid #000;
}
.stories_update .owl-next img{
    position: absolute;
    right: -73px;
    top: 40%;
    width: 56px;
    border-radius: 50%;
    padding: 20px;
    height: 56px;
    border: 1px solid #000;
}

.stories_update {
    margin: 80px 0px;
    text-align: center;
}
.stories_update_inner {
    background: #fff;
    box-shadow: 0px 2px 9px #0000002e;
    border-radius: 10px;
    margin:15px 9px;
    overflow:hidden;
}
.stories-update-thumb{
    position: relative;
}
.stories-update-thumb ul {
    background: #bb9e62;
    position: absolute;
    bottom: 10px;
    list-style-type: none;
    display: inline-flex;
    left: 0;
    padding: 2px 14px;
    border-radius: 0px 5px 5px 0px;
    color: #fff;
    gap: 15px;
}
.stories-update-thumb ul li{
    font-size: 14px;
}
.stories-update-thumb ul li i{
    margin-right:4px;
}
.stories_down {
    padding: 30px;
}
.stories_down h4 {
    font-size: 18px;
}
.stories_down p {
    font-size: 16px;
    margin: 12px 0px;
    color: #000;
}

/* impact section start here  */

.impacct-help-us .owl-prev img {
    position: absolute;
    left: -73px;
    top: 40%;
    width:40px;
    border-radius: 50%;
    padding:11px;
    height:40px;
    border: 1px solid #000;
}
.impacct-help-us .owl-next img{
    position: absolute;
    right: -73px;
    top: 40%;
    width: 40px;
    border-radius: 50%;
    padding:11px;
    height: 40px;
    border: 1px solid #000;
}
.impacct-help-us-left .stories_down h4 {
    color: #bb9e62;
    font-size: 15px;
}
.impacct-help-us-left .stories_down {
    padding: 12px;
}
.impacct-help-us {
    padding-bottom:70px;
}
.impacct-help-us-left .stories_down p {
    font-size: 14px;
}
.impacct-help-us-left{
   text-align:center;
}

.impacct-help-us-right h2 {
    font-weight: 600;
    line-height: 29px;
}
.impacct-help-us-right p {
    margin: 25px 0px;
    font-size: 18px;
}
.impacct-help-us .row {
    align-items: center;
}

/* facilities section start here  */
.facilities_support_left img {
    width: 100%;
}
.facilities_support_left {
    position: relative;
}
.facilities_support_left::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 232px;
    width: 100%;
    z-index: 0;
    background-image: linear-gradient(355deg, #000000c9, #000000a3, #00000085, #00000000, #00000003);
}

.facilities_support {
    margin-bottom: 80px;
}
.facilities_support_leftinner {
    position: absolute;
    bottom: 30px;
    left: 40px;
    color: #fff;
    z-index: 9;
}

.facilities_support_leftinner a.global-btn {
    margin-top: 15px;
}

a.sfas_urgent {
    background: #ffffff;
    border: 6px solid #bb9e62;
    border-radius: 20px;
    padding: 2px 13px;
    display: inline-block;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    margin-bottom: 13px;
}
.facilities_support_leftinner p {
    font-size: 16px;
    margin-top: 2px;
}
.tab-content-inner {
    display: flex;
    align-items: center;
    flex: 1;
    gap:10px 16px;
    border-bottom: 1px solid #a5a5a5;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.tab-content>.active .tab-content-inner:last-child{
border-bottom: 0px;
}
.facilities_support_right {
    background: #f9f9f9;
    padding: 40px 20px 8px;
}
.facilities_support_right ul.nav.nav-tabs {
    text-align: center;
    justify-content: space-around;
}

.tab_cntn_mid h6 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.clr_green {
    color: #bb9e62;
    font-weight: 400;
    font-size: 13px;
}
span.spaner_chart {
    display: block;
    margin: 14px 0px;
    width: 97%;
    background: #bb9e62;
    height: 16px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.tab_cntn_mid p {
    line-height: 15px;
    font-weight: 500;
}
.tab-content-inner img {
    width: 35%;
}
.tab-content-inner .tab_cntn_mid {
    width: 30%;
}

.tab_btn_inner a {
    background: #bb9e62;
    color: #fff;
    padding: 8px 18px;
    border-radius:42px;
    transition: all 0.5s ease-in-out;
}
.tab_btn_inner a:hover{
    background-color: #7c5e23;
}

.ftr-list .fa {
    margin-right: 12px;
    height: 37px;
    width: 36px;
    font-size: 17px;
    line-height: 24px;
    background: #bb9e62;
    padding: 6px 10px;
    border-radius: 50%;
}
/* facilities section end here  */

/* Sticky banner about us */
.inner-sticky-banner {
    padding: 190px 0;
    color: #fff;
    background:url('../image/about_us.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner gallery */
.inner-sticky-banner_gallery {
    padding: 190px 0;
    color: #fff;
    background:url('../image/gallery.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner donate */
.inner-sticky-banner_donate {
    padding: 190px 0;
    color: #fff;
    background:url('../image/donate.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}
/* Sticky banner join_us */
.inner-sticky-banner_join_us {
    padding: 190px 0;
    color: #fff;
    background:url('../image/join_us.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner contact us*/
.inner-sticky-banner_contact {
    padding: 190px 0;
    color: #fff;
    background:url('../image/contact.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}
/* Sticky banner research_jurnal*/
.inner-sticky-banner_research_jurnal {
    padding: 190px 0;
    color: #fff;
    background:url('../image/jurnalb.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}
/* Sticky banner book publication*/
.inner-sticky-banner_book {
    padding: 190px 0;
    color: #fff;
    background:url('../image/bookp.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner conference and workshop*/
.inner-sticky-banner_conference {
    padding: 190px 0;
    color: #fff;
    background:url('../image/conferenceb.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner faculty develepment*/
.inner-sticky-banner_faculty {
    padding: 190px 0;
    color: #fff;
    background:url('../image/facultyb.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner research guidance*/
.inner-sticky-banner_research {
    padding: 190px 0;
    color: #fff;
    background:url('../image/researchb.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner intelligence test*/
.inner-sticky-banner_intelligence {
    padding: 190px 0;
    color: #fff;
    background:url('../image/intelligence.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner scholarship*/
.inner-sticky-scholarshipe {
    padding: 190px 0;
    color: #fff;
    background:url('../image/scholarship.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner coaxhing*/
.inner-sticky-coaching {
    padding: 190px 0;
    color: #fff;
    background:url('../image/coaching.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner career counseling*/
.inner-sticky-career {
    padding: 190px 0;
    color: #fff;
    background:url('../image/counsiling.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner Teachers' Bureau*/
.inner-sticky-teacher_bureau {
    padding: 190px 0;
    color: #fff;
    background:url('../image/teacherb.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner mock test*/
.inner-sticky-mock-test {
    padding: 190px 0;
    color: #fff;
    background:url('../image/mock_test.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner training and placement*/
.inner-sticky-training-placement {
    padding: 190px 0;
    color: #fff;
    background:url('../image/placement.png')no-repeat;
    background-position:0 0px;
    background-size: cover;
    text-align: center;
}

/* Sticky banner end */

.pdf_content_main {
    width: 100%;
}

/* Breadcums start */
.breadcums-inner {
    padding: 7px 0px;
    background: #fffaf1;
}
/* Breadcums end */

/* blog page start */
.blog-inner-page{
    padding: 80px 0px;
}
.blog-box-wrap{
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
}
.blog-box-wrap {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 1px 1px 6px 0px #c7c7c7;
    margin: 15px 0;
}
.blog-page-search input {
    width: 100%;
    height: 40px;
    padding: 10px 40px 10px 10px;
    border-radius: 10px;
    border: 1px solid #cdcdcd;
}
.blog-page-search{
    position: relative;
    display: flex;
    align-items: center;
}
.blog-page-search span {
    position: absolute;
    right: 28px;
    font-size: 21px;
    color: #bb9e62;
}
span.heading-after {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-bottom: 3px;
    margin-bottom: 20px;
}

.recent-post-item h5 {
    flex: 1;
    line-height: 24px;
    color: #bb9e62;
}
span.heading-after::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 66px;
    background: #bb9e62;
    bottom: -5px;
    left: 0;
}
.recent-post-item .post-thumb img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.recent-post-item .post-thumb {
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.recent-post-item {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 10px;
}
.recent-post-blog-list .recent-post-item:last-child{
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.blog-categori-list {
    display: flex;
    flex-direction: column;
}
.blog-categori-list h5{
    padding: 10px 0px;
    border-bottom: 1px solid #e0e0e0;
    color: #bb9e62;
}
.blog-categori-list h5:last-child{
    border-bottom: 0px;
}
.blog-social-list li {
    margin: 0px 10px;
    background: #bb9e62;
    color: #fff;
    display: inline-flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    border-radius: 6px;
}

/* blog page end */

/* Blog details page start */
.blog-details-page{
    padding: 80px 0px;
}
.blog-details-banner img {
    width: 100%;
}
h2.blog-details-heading {
    margin: 20px 0px 10px 0px;
}
ul.list-inline.blog-date-list {
    margin: 2px 0 14px 0;
    display: flex;
    align-items: center;
    gap:20px;
}
ul.list-inline.blog-date-list li i {
    color: #bb9e62;
    margin-right: 6px;
}
.blog-details-page-left p {
    margin: 15px 0px;
}
.blog-details-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 30px 0px;
}
.blog-details-thumbs img {
    width: 32%;
}

/* Blog details page end */

/* Contact us page start */
.contact-up-item p {
    text-align: center;
}

.contact-us-section {
    background: #f9f9f9;
    padding: 40px 20px;
    text-align: center;
  }

  .contact-container {
    max-width: 600px;
    margin: 0 auto;
  }

  .contact-container h2 {
    color: #333;
    font-size: 28px;
    margin-bottom: 20px;
  }

  .contact-container p {
    color: #555;
    font-size: 16px;
    margin-bottom: 30px;
  }

  .contact-button {
    background-color: #bb9e62;
    color: white;
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-block;
  }

  .contact-button:hover {
    background-color: #7c5e23;
    color: white;
  }

  @media (max-width: 600px) {
    .contact-container h2 {
      font-size: 20px;
    }

    .contact-container p {
      font-size: 14px;
    }

    .contact-button {
      padding: 10px 20px;
      font-size: 14px;
    }
  }


.contact-us {
    padding: 80px 0px;
    position: relative;
}
.contact-us::after {
    /* background-color: #f6f6f6; */
    content: '';
    height: 68%;
    position: absolute;
    width: 96%;
    right: 0px;
    bottom: 80px;
    z-index: -1;
    border-radius: 20px 0 0 20px;
}
.contact-up-item {
    border: 2px solid #e2e2e2;
    padding: 38px 35px;
    min-height: 240px;
    border-radius: 15px;
    text-align: center;
    background: #fff;
}
.contact-up-item i {
    font-size: 50px;
    color: #bb9e62;
}
.contact-up-item h4 {
    margin: 29px 0px 10px 0px;
}
.contact-up-item p {
    font-size: 19px;
    color: #9c9c9c;
}
.contact-form {
    padding: 60px 0px;
}
.contact-form-rgt input.form-control{
    border-radius: 30px;
    height: 50px;
    padding: 5px 20px;
    margin-bottom: 13px;
}
.contact-form-rgt textarea.form-control{
    border-radius: 30px;
    padding: 15px 20px;
    margin-bottom: 13px;
    resize: none;
}
.contact-form-rgt button {
    background: #bb9e62;
    border: none;
    color: #fff;
    padding: 10px 40px;
    border-radius: 30px;
    text-transform: uppercase;
}
.contact-form-left h5 {
    color: #bb9e62;
}
.contact-form-left h2 {
    margin: 20px 0 27px;
}
.contact-form-left h2 span{
    display: block;
}
.contact-form-left h2 {
    margin: 20px 0 27px;
    font-size: 42px;
    font-weight: 700;
    line-height: 41px;
}
.social-update {
    border-top: 2px solid #bb9e627d;
    padding-top: 30px;
    margin-top: 30px;
}
.social-update .blog-social-list {
    margin-top: 16px;
}
.social-update .blog-social-list li:first-child{
    margin-left: 0px;
}
.contact-form-left {
    margin-right: 60px;
}

/* Contact us page end */

/* About us page start  */
.about-us-main-rgt img {
    width: 100%;
}
.about-us-main {
    padding: 80px 0px;
}
.about-us-main-left h5 {
    margin-bottom: 18px;
    line-height: 26px;
    text-align: justify;
}
.about-work-experience {
    margin-top: 30px;
}
.about-work-experience {
    margin-top: 30px;
    display: flex;
    align-items: center;
}
.about-work-experience h2 {
    position: relative;
    font-size: 65px;
    color: #454545;
    font-weight: 600;
}

.about-work-experience h2::after{
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    border:10px solid #bb9e62;
}
.about-work-experience h4 {
    margin-left: 40px;
    font-weight: 600;
    line-height: 32px;
}
.about-work-experience h4 span{
    display: block;
}
.about-work-experience h2 span {
    position: relative;
    z-index: 3;
    background: #fff;
    right: -12px;
}
.about-work-experience h2 {
    position: relative;
    font-size: 75px;
    color: #454545;
    font-weight: 600;
    height: 140px;
    width: 160px;
    display: inline-flex;
    align-items: center;
    justify-content: end;
}
/* why choose us section start here */
.why_choose_us {
    padding: 45px 0px;
    position: relative;
  }
  
  .why_choose_u_rgt .nav-pills .nav-link {
    padding: 0;
    border-radius: 0;
  }
  .why_choose_u_rgt .nav-pills .nav-link:hover{
    cursor: pointer;
  }
  .why_choose_u_rgt .nav-pills .nav-link {
    padding: 0;
    border-radius: 0;
    width: 100%;
    text-align: center;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
  }
  .why_choose_u_rgt_first {
    background: #282c33;
  }
  .why_choose_u_rgt_three {
    background: #1c1e22;
  }
  .why_choose_us .row {
    align-items: center;
  }
  .why_chse_right_cntn h5 {
    margin-top: 17px;
  }
  .why_choose_u_rgt_second {
    background: rgb(40 44 51 / 27%);
  }
  .why_choose_u_rgt_four {
    background: rgb(74 76 77 / 72%);
  }
  img.why_chose_rgt_bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
    height: 100%;
    width: 29%;
  }
  .why_choose_u_rgt .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    background: #bb9e62 !important;
  }
  .why_choose_u_rgt .nav-pills .nav-link.why_choose_u_rgt_first {
    background: #282c33;
    }
.why_choose_u_rgt .nav-pills .nav-link.why_choose_u_rgt_second {
    background: rgb(40 44 51 / 27%);
}
.why_choose_u_rgt .nav-pills .nav-link.why_choose_u_rgt_three {
    background: #1c1e22;
}
.why_choose_u_rgt .nav-pills .nav-link.why_choose_u_rgt_four {
    background: rgb(74 76 77 / 72%);
}
  /* why choose us section end here */

/* Achievements start */
.Achievements_sec {
    background-image: url(../image/about-us/our_achieve_bg.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    text-align: center;
    color: #fff;
}

.counter {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-right: 1px solid #ffffff59;
    color: #fff;
}
.count_img_box {
    width: 120px;
    height: 120px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.count_img_box img {
    width: 60px;
    height: 60px;
}
.main_counter_box {
    margin-top: 50px;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
}
.count-text {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    color: #ffffff;
}
.why_choose_u_lft .main_header {
    text-align: left;
    color: #000000;
    margin-bottom: 25px;
}

.why_choose_u_rgt ul.nav{
    display: flex;
    flex-wrap: wrap;
}
.why_choose_u_rgt ul.nav li{
    width: 50%;
}

/* About us page end  */

/* Faq page start */
.faq-body-main {
    padding: 80px 0px;
}
.faq-body-main .header_main img {
    max-width: 300px;
}
.faq-body-main .header_main {
    text-align: center;
}
.faq-body-main .accordion-item {
    margin: 14px 0px;
    border: none;
    box-shadow: 2px 1px 3px 0px #bb9e62;
    border-radius: 9px;
    overflow: hidden;
}
.faq-body-main .accordion-item h2 button {
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    background: #a88744;
}
.faq-body-main .accordion-button:not(.collapsed)::after, .faq-body-main .accordion-button::after {
    filter: brightness(50);
}


/* Faq page end */

/* Privacy page start */
.privacy-policy-page {
    padding: 30px 0px;
}
.policy-item {
    margin: 22px 0px;
}
.policy-item h5, .policy-item h6 {
    font-weight: 700;
}
.privacy-policy-page p {
    font-weight: 500;
}
.policy-item h5 {
    margin-bottom: 12px;
}
.privacy-page-inner h3 {
    margin-bottom: 10px;
}

/* Privacy page end */

/* client testimonial section start */
.client-testimonial{
    padding: 80px 0px;
    text-align: center;
    background-color: #f6f6f6;
}
.client-says-thumb {
    max-width: 140px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid #bb9d62d2;
    margin: 0 auto;
}
.client-says-item p {
    margin: 23px 0;
}
.client-says-item h6 {
    font-weight: 400;
    color: #886a33;
    margin-top: 5px;
}
.client-says-item h5 {
    color: #8b620d;
    font-size: 14px;
    margin-top: 3px;
}
.client-says-item {
    max-width:calc(100% - 200px);
    margin: 7px auto 5px;
    background: white;
    box-shadow: 2px 2px 9px 0px #d9d9d9;
    padding: 30px;
    border-radius: 20px;
}
/* client testimonial section end */

/* Service page start */
/* Graphic part start */
.graphic-build {
    padding: 50px 0px;
}
.graphic-build .aplicant-left {
    padding: 0;
}
.graphic-build .applicant-left-down {
    margin-top: 30px;
}
.srvc-graphic{
    text-align: center;
    margin: 0 auto;
}
.srvc-graphic.box-shadow {
    box-shadow: 0px 0px 15px 0px #e6dede;
}
.srvc-graphic img {
    width:90%;
}

/* Graphic part end */
.graphic-faq {
    padding: 70px 0px 30px;
    background: #bb9e62;
    color: #fff;
}
.graphic-faq .faq-header-dktp {
    margin: 0px 38px 40px;
}
.graphic-faq .faq-header-dktp span {
    background: #fff;
}
.faq-header-dktp span {
    background: #fdd04f;
    height: 26px;
    width: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    padding: 20px;
    color: black;
    font-size: 17px;
    font-weight: 800;
}
.faq-sideiner h3 {
    font-size: 16px;
    margin: 11px 0px 19px;
    font-weight: 800;
}
.graphic-faq .faq-sideiner p {
    color: #ffffff;
}
.faq-sideiner p {
    font-size: 14px;
    color: #ababab;
}
.grap-srvc-iner img {
    width: 100%;
    margin-top: 20px;
}
.graphic-showroom {
    background: #f6f6f6;
    padding: 70px 0px 50px;
}

.faq-header-dktp {
    display: flex;
}
.need-logo {
    margin: 20px 0;
    text-align: center;
}
.service-iner-graphic .need-logo img {
    width: 80px;
}
.need-logo h6 {
    margin-top: 18px;
    color: #707070;
}
.graphic-showroom h2.sub-header {
    margin-bottom: 30px;
}
.section.graphic-showroom .overlay {
    position: absolute;
    background: #bb9e62c4;
    color: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
    border-radius: 4px;
}
.potflio1.grap-port-first img {
    height: 100%;
    width: 100%;
}
.section.graphic-showroom .potflio1 {
    position: relative;
    overflow: hidden;
    margin: 15px 0px; 
}
.section.graphic-showroom .potflio1 .eye {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 9993;
    font-size: 37px !important;
    color: #fff;
}
.potflio1.grap-port-first {
    margin-bottom: 0px !important;
    height: 431px;
}
.grap-why-us h2 {
    padding-bottom: 10px;
}
p.grap-mpera {
    margin-bottom: 48px;
    color: darkgrey;
}
.grap-why-us .bchain-bnfit-inner {
    background: #232323;
}
.bchain-bnfit-inner {
    text-align: center;
    padding: 30px 16px;
}
.bchain-bnfit-inner h4 {
    margin: 23px 0;
    color: #fff;
}

.bchain-bnfit-inner p {
    color: #b1b1b1;
    line-height: 21px;
    min-height: 150px;
}
.grap-why-us {
    padding: 30px 0;
}
.service-iner-graphic {
    padding: 70px 0;
}
.grap-why-us .bchain-bnfit-inner i {
    color: #bb9e62;
    font-size: 40px;
}
.need-logo h6 span {
    display: block;
}

.need-logo span.need-logo-thumb {
    background: #252525;
    display: inline-flex;
    height: 100px;
    width: 100px;
    color: #bb9e62;
    font-size: 31px;
    align-items: center;
    justify-content: center;
}
.graphic-build .row {
    display: flex;
    align-items: center;
}
.section.graphic-showroom .potflio1:hover .overlay {
    opacity: 1;
}
/* Service page end */

/* Donation */
.qr_section{
    padding: 80px 0px;
    /* background: #f6f6f6; */
}
.qr_main {
    text-align: center;
}
.donation_main {
    margin: 0 auto;
    width: 60%;
}
.refund_main {
    background: #f6f6f6;
    padding: 50px 50px;
    margin-top: 20px;
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x);
    text-align: justify;
}
.home-inspection {
    margin-top: 120px;
}

/* Join us */
 .join-us-section {
            /* max-width: 800px; */
            /* margin: 40px auto; */
            /* background: #fff; */
            padding: 30px;
            border-radius: 16px;
            /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1); */
            margin: 50px 0px 90px 0px;
        }

        .join-us-section h2 {
            text-align: center;
            font-size: 32px;
            margin-bottom: 10px;
            color: #2c3e50;
        }

        .join-us-section p {
            text-align: justify;
            font-size: 18px;
            margin-bottom: 25px;
            color: #555;
        }

        .action-buttons {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
        }

        .action-buttons a {
            display: inline-block;
            padding: 12px 24px;
            font-size: 16px;
            text-align: center;
            text-decoration: none;
            border-radius: 8px;
            color: #fff;
            background-color: #bb9e62;
            transition: background 0.3s ease;
            width: 100%;
            max-width: 300px;
        }

        .action-buttons a:hover {
            background-color: #7c5e23;
        }

        @media (min-width: 600px) {
            .action-buttons {
                flex-direction: row;
                justify-content: center;
            }

            .action-buttons a {
                width: auto;
            }
        }


/* Responsive */

@media only screen and (min-width: 320px) and (max-width: 479px) {
    /* Home page */
    .main-banner {
    padding: 48px 0px;
    }
    .about_us {
        padding: 25px 0px;
    }
    .about_right h2 {
        margin-top: 16px;
        margin-bottom: 7px;
    }
    .about_right p:nth-of-type(1) {
        font-size: 15px;
    }
    .about_right p {
        font-size: 16px;
    }
    .what_we_do {
        margin: 40px 0px;
    }
    .healt_rgt {
        text-align: center;
    }
    .healt_left h2 {
        text-align: center;
    }
    .global-btn {
        margin-top: 20px;
    }
    .health_care {
        padding: 60px 0px 60px;
    }
    img.health_care_shape {
        bottom: -15px;
    }
    .home-inspection {
        margin-top: 50px;
    }
    .au-vidwn {
        padding: 50px 15px;
    }
    .au-vidwn p {
        font-size: 15px;
    }
    .au-vidwn ul {
        margin-top: 15px;
    }
    .stories_update {
        margin: 50px 0px;
    }
    .client-says-item {
        max-width: 100%;
    }
    .client-testimonial {
        padding: 50px 0px;
    }
    .ftr-inner {
        padding: 15px;
        margin-bottom: 10px;
    }
    .footer-section {
        padding: 40px 0px;
    }
    .ftr-last p {
        text-align: center;
    }
    .ftr-lsfr {
    text-align: center;
    }

    /* About us */

    .inner-sticky-banner {
    padding: 48px 0;
    }
    .about-us-main {
        padding: 12px 0px;
    }
    .about-us-main-left {
        margin-top: 22px;
    }
    .about-us-main-left h5 {
        font-size: 15px;
    }
    .header_main {
        margin-bottom: 15px;
    }
    .about-us-main-rgt {
        margin-top: 25px;
    }
    .vission_mission_points {
        padding: 10px;
    }

    /* Gallery */
    .inner-sticky-banner_gallery {
    padding: 48px 0;
    }
    .nav-btn {
        font-size: 25px;
        padding: 0px 9px;
    }
    .img_gallery_main {
        margin: 30px 0;
    }

    /* Donate */
    .inner-sticky-banner_donate {
    padding: 48px 0;
    }
    .section-title {
        font-weight: 500;
        font-size: 18px;
    }
    .healt_left h2 {
        font-size: 20px;
    }
    .qr_main p {
        text-align: center;
        font-weight: 600;
    }
    .qr_section {
        padding: 50px 0px;
    }
    .refund_main {
        padding: 25px 10px;
    }

    /* Contact */
    .inner-sticky-banner_contact {
    padding: 48px 0;
    }
    .contact-us {
        padding: 25px 0px;
    }
    .contact-up-item {
        margin-bottom: 20px;
    }
    .contact-up-item p {
        font-size: 16px;
        color: #606060;
    }

/* Join Us */
.inner-sticky-banner_join_us {
    padding: 48px 0;
    }
    .join-us-section {
        margin: 15px 0px 30px 0px;
        padding: 10px;
    }
    .join-us-section h2 {
        font-size: 22px;
    }
    .join-us-section p {
        font-size: 16px;
    }
  
    /* Menu */
    .top-navbar a.navbar-brand img {
    height: 50px;
    }
    .top-navbar li.nav-item.dropdown ul.dropdown-menu li a {
        padding: 6px 8px;
        color: #fff;
        font-size: 14px;
    }

    /* Service */
    .inner-sticky-banner_research_jurnal {
    padding: 48px 0;
}
.upcomming {
    padding: 45px 0;
}
.animated-text {
    font-size: 20px;
}
.inner-sticky-banner_book {
    padding: 48px 0;
}
.graphic-build {
    padding: 30px 0px;
}
.graphic-build .applicant-left-down {
    margin-top: 10px;
}
.inner-sticky-banner_conference {
    padding: 48px 0;
}
.inner-sticky-banner_faculty {
    padding: 48px 0;
}
.inner-sticky-banner_research {
    padding: 48px 0;
}
.inner-sticky-banner_intelligence {
    padding: 48px 0;
}
.sub-list {
    margin-left: 15px;
    padding: 10px;
}
ul.sub-list.cstm_list li {
    font-size: 13px;
}
.result_img {
    display: none;
}
.faq-body-main {
    padding: 50px 0px;
}
.faq-body-main .accordion-item h2 button {
    font-size: 15px;
}
.inner-sticky-scholarshipe {
    padding: 48px 0;
}
.inner-sticky-coaching {
    padding: 48px 0;
}
.inner-sticky-career {
    padding: 48px 0;
}
.why_choose_u_lft .main_header {
    margin-bottom: 10px;
}
.grap-why-us .bchain-bnfit-inner {
    margin-bottom: 15px;
}
.get-started-section h2 {
    font-size: 20px;
}
.get-started-section p {
    font-size: 16px;
}
.inner-sticky-teacher_bureau {
    padding: 48px 0;
}
.inner-sticky-mock-test {
    padding: 48px 0;
}
.inner-sticky-training-placement {
    padding: 48px 0;
}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    /* Home page */
    .main-banner {
    padding: 72px 0px;
    }
    .about_us {
        padding: 25px 0px;
    }
    .about_right h2 {
        margin-top: 16px;
        margin-bottom: 7px;
    }
    .about_right p:nth-of-type(1) {
        font-size: 15px;
    }
    .about_right p {
        font-size: 16px;
    }
    .what_we_do {
        margin: 40px 0px;
    }
    .healt_rgt {
        text-align: center;
    }
    .healt_left h2 {
        text-align: center;
    }
    .global-btn {
        margin-top: 20px;
    }
    .health_care {
        padding: 60px 0px 60px;
    }
    img.health_care_shape {
        bottom: -15px;
    }
    .home-inspection {
        margin-top: 50px;
    }
    .au-vidwn {
        padding: 50px 15px;
    }
    .au-vidwn p {
        font-size: 15px;
    }
    .au-vidwn ul {
        margin-top: 15px;
    }
    .stories_update {
        margin: 50px 0px;
    }
    .client-says-item {
        max-width: 100%;
    }
    .client-testimonial {
        padding: 50px 0px;
    }
    .ftr-inner {
        padding: 15px;
        margin-bottom: 10px;
    }
    .footer-section {
        padding: 40px 0px;
    }
    .ftr-last p {
        text-align: center;
    }
    .ftr-lsfr {
    text-align: center;
    }

    /* About us */

    .inner-sticky-banner {
    padding: 72px 0;
    }
    .about-us-main {
        padding: 12px 0px;
    }
    .about-us-main-left {
        margin-top: 22px;
    }
    .about-us-main-left h5 {
        font-size: 15px;
    }
    .header_main {
        margin-bottom: 15px;
    }
    .about-us-main-rgt {
        margin-top: 25px;
    }
    .vission_mission_points {
        padding: 10px;
    }

    /* Gallery */
    .inner-sticky-banner_gallery {
    padding: 72px 0;
    }
    .nav-btn {
        font-size: 25px;
        padding: 0px 9px;
    }
    .img_gallery_main {
        margin: 30px 0;
    }

    /* Donate */
    .inner-sticky-banner_donate {
    padding: 72px 0;
    }
    .section-title {
        font-weight: 500;
        font-size: 18px;
    }
    .healt_left h2 {
        font-size: 20px;
    }
    .qr_main p {
        text-align: center;
        font-weight: 600;
    }
    .qr_section {
        padding: 50px 0px;
    }
    .refund_main {
        padding: 25px 10px;
    }

    /* Contact */
    .inner-sticky-banner_contact {
    padding: 72px 0;
    }
    .contact-us {
        padding: 25px 0px;
    }
    .contact-up-item {
        margin-bottom: 20px;
    }
    .contact-up-item p {
        font-size: 16px;
        color: #606060;
    }

/* Join Us */
.inner-sticky-banner_join_us {
    padding: 72px 0;
    }
    .join-us-section {
        margin: 15px 0px 30px 0px;
        padding: 10px;
    }
    .join-us-section h2 {
        font-size: 22px;
    }
    .join-us-section p {
        font-size: 16px;
    }
  
    /* Menu */
    .top-navbar a.navbar-brand img {
    height: 50px;
    }
    .top-navbar li.nav-item.dropdown ul.dropdown-menu li a {
        padding: 6px 8px;
        color: #fff;
        font-size: 14px;
    }

    /* Service */
    .inner-sticky-banner_research_jurnal {
    padding: 72px 0;
}
.upcomming {
    padding: 45px 0;
}
.animated-text {
    font-size: 20px;
}
.inner-sticky-banner_book {
    padding: 72px 0;
}
.graphic-build {
    padding: 30px 0px;
}
.graphic-build .applicant-left-down {
    margin-top: 10px;
}
.inner-sticky-banner_conference {
    padding: 72px 0;
}
.inner-sticky-banner_faculty {
    padding: 72px 0;
}
.inner-sticky-banner_research {
    padding: 72px 0;
}
.inner-sticky-banner_intelligence {
    padding: 72px 0;
}
.sub-list {
    margin-left: 15px;
    padding: 10px;
}
ul.sub-list.cstm_list li {
    font-size: 13px;
}
.result_img {
    display: none;
}
.faq-body-main {
    padding: 50px 0px;
}
.faq-body-main .accordion-item h2 button {
    font-size: 15px;
}
.inner-sticky-scholarshipe {
    padding: 72px 0;
}
.inner-sticky-coaching {
    padding: 72px 0;
}
.inner-sticky-career {
    padding: 72px 0;
}
.why_choose_u_lft .main_header {
    margin-bottom: 10px;
}
.grap-why-us .bchain-bnfit-inner {
    margin-bottom: 15px;
}
.get-started-section h2 {
    font-size: 20px;
}
.get-started-section p {
    font-size: 16px;
}
.inner-sticky-teacher_bureau {
    padding: 72px 0;
}
.inner-sticky-mock-test {
    padding: 72px 0;
}
.inner-sticky-training-placement {
    padding: 72px 0;
}

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .responsive_class {
    margin-top: 40px;
}
.main-banner {
    padding: 147px 0px;
}
.about_left img {
    margin-bottom: 25px;
}
.global-btn {
    margin-bottom: 20px;
}
.home-inspection {
    margin-top: 17px;
}
img.health_care_shape {
    display: none;
}
.au-vidwn {
    padding: 35px 50px;
}
.ftr-last p {
    text-align: center;
}
.list-inline {
    text-align: center;
}
.about-us-main-left p{
margin-top: 23px;
}
.contact-up-item p {
    font-size: 16px;
}
.contact-up-item {
    padding: 38px 10px;
    min-height: 100%;
}
.contact-up-item i {
    font-size: 30px;
}


}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    li.nav-item.dropdown:hover ul.dropdown-menu {
    display: block;
}
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {}
@media only screen and (min-width: 1400px) and (max-width: 1920px) {}