* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  @font-face {
      font-family: 'Cormorant Garamond';
      src: url('../fonts/CormorantGaramond-SemiBold.woff2') format('woff2'),
          url('../fonts/CormorantGaramond-SemiBold.woff') format('woff');
      font-weight: 600;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Cormorant Garamond';
      src: url('../fonts/CormorantGaramond-Bold.woff2') format('woff2'),
          url('../fonts/CormorantGaramond-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
  }
  
  
  
  
  @font-face {
    font-family: roboto-light;
    src: url(../fonts/Roboto-Light.ttf);
	   font-weight: bold;
  }
  
  @font-face {
    font-family: roboto-medium;
    src: url(../fonts/Roboto-Medium.ttf);
  }


  :root {
    --primary-color: #ed8c25;
    --secondary-color: #67266a;
    --tertiary-color: #fff;
      --Font-primary: 'Cormorant Garamond';
  }
  
  h1, h2, h3, h4, h5, h6, span {
       font-family: 'Cormorant Garamond';
  }
  
  p, a, li, {
       font-family: 'roboto-medium';
  }
p, span{
	 font-family: "roboto-light" !important;
}
  
  ul {
    list-style-type: none;
  }
  
  a {
    text-decoration: none;
  }
P{
	font: 16px !important;
}
  .page {
    overflow: hidden;
  }

::-webkit-scrollbar-track {
  background: #464646;
}

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: #ed8c25;
	 border-radius:6px;
}
  .header {
      width: 100%;
      padding: 18px 0;
      position: relative;
      background: #ed8c25;
  }
  
  .main-box {
    width: 100%;
    background-color: var(--primary-color);
	 
  }
  
  .topbar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
  }
  
  .top-link {
    width: 30%;
  }
  
  .top-link ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
  }
  
  .top-link ul li {
    width: 48%;
    display: flex;
    align-items: center;
  }
  
  .header-contact ul li {
      width: 48%;
      display: flex;
      justify-content: center;
  }
  .header-info {
      width: 85%;
      display: flex;
      align-items: center;
      padding: 6px;
      float: inline-end;
      justify-content: space-between;
  }
  section.header.sticky img {
    width: 84px;
}
  .header-contact ul {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0;
      padding: 0;
  }
  .info-text a {
      margin: 0;
      font-size: 13px;
      font-family: roboto-light;
      color: black;
      transition: all 0.5s;
  }
  .info-text {
      margin: 0 0 0 10px;
  }
  .info-icon {
      width: 25px;
      height: 25px;
      border-radius: 50%;
      display: grid;
      place-items: center;   
      background-color: var(--secondary-color);
      font-size: 13px;
      color: white;
  }
  .head-icon ul {
      display: inline-block;
      padding: 0;
      margin: 0;
  }
  .header-contact {
      width: 48%;
  }
  .top-text {
    width: 70%;
  }
  .head-icon {
      width: 30%;
      text-align: right;
  }
  
  .top-text a {
    color: var(--tertiary-color);
    font-size: 15px;
    font-family: roboto-medium;
    cursor: pointer;
  }
  
  .head-icon ul {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  
  .head-icon ul li {
    display: inline-block;
  }
  
  .head-icon ul li a {
      display: grid;
      place-items: center;
      width: 25px;
      height:25px;
      border-radius: 50%;
      background-color: var(--secondary-color);
      margin: 0 8px 0 0;
      font-size: 12px;
      color: var(--tertiary-color);
      transition: all 0.5s;
      cursor: pointer;
  }
  
  .head-icon ul li a:hover {
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
  }
  
  .menu-box {
    width: 100%;
  }
  .header-top {
      height: 45px;
      position: relative;
  }
  .nav-box {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      align-items: center;
  }
.logo {
    position: absolute;
    z-index: 999;
    top: -20px;
    left: 5%;
}
* 
  .logo img {
      background-color: white;
      border-radius: 50%;
      PADDING: 4px;
      width: 120px;
  }
  
 .menu {
    width: 80%;
}
  
  .menu ul {
    margin: 0;
    display: inline-block;
    padding-left: 0;
  }
  
  .menu ul li {
    display: inline-block;
    margin: 0 18px;
    position: relative;
  }
  
  
  .menu ul li a {
    color:  var(--tertiary-color);
    font-family: roboto-light;
    font-size: 15px;
  }
  
  .menu ul li a i {
    font-size: 10px;
    margin: 0 0 0 5px;
  }
  
  .menu ul li a.active {
    color: var(--primary-color);
    font-family: roboto-medium;
  }
  
  .menu ul li a:hover {
      color: #67266a;
  }
  
  .menu-btn {
      width: 20%;
      text-align: right;
  }
  
.menu-btn a {
    display: inline-block;
    font-size: 17px;
    color: #000000;
    background-color: var(--tertiary-color);
    border-radius: 5px;
    font-family: roboto-medium;
    cursor: pointer;
    padding: 10px 24px;
    transition: all 0.5s;
    /* font-weight: 800; */
    border-radius: 30px;
}
.silder-box h3 {
    font-family: 'roboto-medium';
    font-size: 26px;
}
.service:hover .service-icon img {
	    filter: brightness(0);
}
 .silder-box {
    background: rgb(113,41,114);
    background: -moz-linear-gradient(126deg, rgba(113,41,114,1) 0%, rgba(153,53,155,1) 100%);
    background: -webkit-linear-gradient(126deg, rgba(113,41,114,1) 0%, rgba(153,53,155,1) 100%);
    background: linear-gradient(126deg, rgba(113,41,114,1) 0%, rgba(153,53,155,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#712972",endColorstr="#99359b",GradientType=1);
    color: white;
    text-align: center;
    padding: 18px 18px;
	 height: 180px;
}
  .menu-btn a:hover {
    background-color: var(--secondary-color);
      color:var(--tertiary-color);
  }
  
 .menu ul li ul {
    position: absolute;
    left: 0;
    width: 250px;
    background-color: #ed8c25;
    display: none;
    border: none;
    border-radius: 0pc;
    padding: 0;
}
  .menu ul li:hover ul {
    display: block;
    z-index: 999;
    padding: 10px 0 0 0;
  }
  
  .menu ul li ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
    /*padding: 10px 20px;*/
    transition: .4s ease;
  }
  .dropdown-menu li{
      margin: 0 0px !important;
      padding: 7px 15px;
  }
  .dropdown-menu li:hover{
      background: #fff;
  }
 .dropdown-menu li:hover a {
    color: #ed8c25 !important;
}
  .menu ul li ul li:last-child {
    border-bottom: none;
  }
  
  .menu ul li ul li a {
    font-size: 14px;
    display: inline-block;
  }
  
  .sticky {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99999999999999999;
      animation: slidetop 1s ease-in-out backwards;
      background-color: #ed8c25;
  }
  
  @keyframes slidetop {
    from {
      transform: translateY(-100%);
    }
  
    to {
      transform: translateY(0);
    }
  }
  
  .sticky .main-box {
    display: none;
  }
  
  .sticky .logo {
    box-shadow: none;
    top: 0;
    text-align: left;
  }
  
  /*.sticky .logo img {*/
  /*  width: 85%;*/
  /*}*/
  
  /* desktop-header ends */
  
  .mobile-header {
    width: 100%;
    padding: 15px 0;
    background-color: #fff;
    position: relative;
    height: 85px;
    z-index: 9999999999;
    overflow: hidden;
  }
  
  .mob-header {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .mob-sticky {
    position: fixed;
  
    top: 0;
  
    left: 0;
  
    z-index: 9999999999;
  }
  
  .mob-logo {
    width: 50%;
  }
  
  .mob-logo img {
    width: 40%;
  }
  
  .bar-box {
    width: 50px;
    padding: 5px;
    border-radius: 5px;
    cursor: pointer;
  }
  
  .bar {
    width: 100%;
    height: 3px;
    margin: 0 0 5px 0;
    border-radius: 10px;
    background-color: var(--primary-color);
    transition: all 0.3s;
  }
  
  .bar:last-child {
    margin: 0 0 0 0;
  }
  
  .mob-sidebar {
    width: 100%;
    position: fixed;
    top: -100%;
    left: 0;
    transition: all 0.5s;
    z-index: 99999;
    background-color: var(--tertiary-color);
  }
  
  .mob-sidebar ul {
    padding: 0;
    margin: 0;
  }
  
  .mob-sidebar ul li a {
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-family: graphik-light;
    width: 100%;
    padding: 10px 0 10px 10%;
    transition: all 0.5s;
  }
  
  .link-last {
    margin: 0;
  }
  
  .mob-sidebar ul li a.active {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
  }
  
  .mob-sidebar ul li a.active:hover {
    background-color: var(--primary-color);
  }
  
  .mob-sidebar ul li a:hover {
    color: var(--tertiary-color);
    background-color: var(--secondary-color);
  }
  
  .mob-sidebar ul li a i {
    margin: 0 0 0 10px;
    color: var(--primary-color);
  }
  
  .mob-sidebar ul li a:hover i {
    color: var(--tertiary-color);
  }
  
  .mob-sidebar ul li ul {
    position: relative;
    width: 100%;
    left: 0;
    display: none;
  }
  
  .mob-sidebar ul li b {
    font-size: 10px;
  }
  
  .mob-sidebar ul li:hover ul {
    display: block;
  }
  
  .dropdown {
    display: block;
  }
  
  .mob-sidebar ul li:hover ul li a {
    background-color: var(--primary-color);
    color: #fff;
  }
  
  .mob-sidebar ul li ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    width: 100%;
  }
  
  .mob-sidebar ul li ul li a {
    padding: 10px 0 10px 15%;
  }
  
  .mob-sidebar ul li ul li a:hover {
    background-color: var(--secondary-color);
  }
  
  .mob-sidebar ul li ul li:last-child {
    border-bottom: none;
  }
  
  .top {
    top: 85px;
  }
  
  .bar1 {
    transform: rotate(45deg);
    margin: 0;
  }
  
  .bar2 {
    display: none;
  }
  
  .bar3 {
    transform: rotate(-45deg);
  }
  
  .phone i {
    margin: 0 10px 0 0 !important;
  }
  
  .link-last i {
    margin: 0 10px 0 0 !important;
  }
  
  /* mobile-header ends */
  
  .slider {
    width: 100%;
  }
  
 .banner {
    width: 100%;
    height: 560px;
    position: relative;
}
  
  .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  
 .banner_cont {
    width: 80%;
    position: absolute;
    top: 20%;
    left: 5%;
}
  
 .banner_cont h2 {
    font-family: 'Cormorant Garamond';
    font-size: 72px;
    color: var(--secondary-color);
}
  
  .banner_cont h2 span {
       color: black;
  }
  
  .banner_cont p {
    color: black;
    font-size: 20px;
    font-family: roboto-medium;
    width: 60%;
    margin: 10px 0 0 0;
  }
 .banner_cont a.btn-2 {
   background: var(--secondary-color);
} 

.banner_cont a {
    color: var(--tertiary-color);
    font-size: 15px;
    font-family: roboto-medium;
    padding: 10px 30px;
    background-color:var(--secondary-color);
    display: inline-block;
    cursor: pointer;
    margin: 30px 0 0 0;
    transition: all 0.5s;
    border-radius: 25px;
}
  
  .banner_cont a:hover {
    background-color: var(--primary-color); 
  }
  
  .about-box {
    width: 100%;
    margin: 60px 0px;
    
  }
  
  .about-image {
    width: 100%;
  }
  
  .about-imagebox {
    width: 100%;
    height: 550px;
    position: relative;
    border-radius: 10px;
  }
  
.about-imagebox img {
    width: 90%;
    height: 500px;
    object-position: top;
    object-fit: cover;
    clip-path: polygon(0 19%, 100% 0, 100% 100%, 0 91%);
}
.about-cont:after {
    position: absolute;
    bottom: 160px;
    right: -38px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ed8c25;
    opacity: .8;
    content: " ";
}
.about-cont:before {
    position: absolute;
    bottom: 100px;
    right: -60px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff8100;
    opacity: .8;
    content: " ";
}

.about-cont {
    position: absolute;
    bottom: 0px;
    right: 70px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #832e84;
    opacity: .8;
    content: " ";
}
  .about-cont p {
    font-size: 17px;
    margin: 15px 0 0 0;
    font-family: roboto-medium;
  }
  
  .about-text {
    width: 100%;
  }
  
 .about-text h5 {
    font-size: 18px;
    color: #000000;
    font-family: roboto-medium;
    margin: 0;
    position: relative;
}
.about-text h5:after {
    content: "";
    background: #ed8c25;
    width: 63px;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0px;
}
.about-text h5:before {
    content: "";
    background: #ed8c25;
    width: 6px;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 67px;
}
.about-text h2 {
    margin: 16px 0;
    font-size: 48px;
    font-family: 'Cormorant Garamond';
}
.Service-head h5 {
    font-size: 18px;
	 font-family: roboto-medium;
	 position: relative;
}


  
  .about-text h2 span {
    color: var(--secondary-color);
  }
  
  .about-text p {
    color: #777777;
     font-family: roboto-light;
    margin: 0;
  }
  

.Service-head {
    text-align: center;
}
  .about-text ul {
    margin: 30px 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
        flex-wrap: wrap;
  }
  
  .about-text ul li {
    width: 48%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .about-icon {
    width: 50px;
  }
  
  .about-icon img {
    width: 100%;
    filter: hue-rotate(116deg);
}
  
  .about-icontext {
    width: 80%;
  }
  
  .about-icontext h4 {
    font-family: 'Cormorant Garamond';
    font-size: 20px;
    margin: 0;
  }
  
.about-text a {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    font-size: 17px;
    font-family: roboto-medium;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 40px;
    border-radius: 30px;
}
  .service-box {
    width: 100%;
    background-color: #f0f3f5;
    padding: 60px 0px;
  }
  
  .service-box h2 {
    font-size: 48px;
    font-family: 'Cormorant Garamond';
    text-align: center;
}


  section.testimonials-sec .Service-head h5 {
    color: white;
}
section.testimonials-sec .Service-head h2 {
    font-size: 46px;
    color: #ed8c25;
}
  .service-box h2 span {
    color: var(--secondary-color);
  }
  
  .service {
    width: 100%;
    margin: 40px 0 0 0;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
  }
  
  .top-image {
    width: 100%;
    height: 100%;
    transition: all 1s;
    object-fit: cover;
    object-position: top;
  }
  
  .service-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    place-content: center;
    background-color: rgba(0, 0, 0, 0.7);
    transition: all 0.5s;
    padding: 60px;
  }
  
.why-box .service-icon {
    width: 70px;
    height: 70px;
    margin: auto;
    background: #ed8c25;
    border-radius: 8px;
}
  
.service-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(20.5);
    display: none;
}
  
  .service-cont h4 {
    color: var(--tertiary-color);
    font-size: 24px;
    font-family: vollkorn;
    margin: 20px 0 0 0;
    text-align: center;
  }
  
  .service-cont p {
    color: var(--tertiary-color);
    font-family: roboto-medium;
    font-size: 15px;
    margin: 20px 0 20px 0;
    text-align: center;
  }
  
  .service-cont a {
    color: var(--tertiary-color);
    font-family: roboto-light;
    font-size: 15px;
  }
  
  .service-cont a i {
    margin: 0 0 0 10px;
    color: var(--primary-color);
  }
  
  .service:hover .top-image {
    transform: scale(1.2);
  }
  
  .service:hover .service-cont {
    background-color: var(--primary-color);
  }
  
  .service:hover .service-cont a i {
    color: var(--secondary-color);
  }
  
  .choose-box {
    width: 100%;
    margin: 60px 0;
  }
  
  .choose-image {
    width: 100%;
    position: relative;
}
  
.choose-image img {
    width: 100%;
    object-fit: cover;
    height: 500px;
    clip-path: polygon(0 21%, 93% 0%, 100% 76%, 0% 100%);
}
.about-conter {
    position: relative;
}
.about-cont-2 {
    position: absolute;
    bottom: 0px;
    right: 160px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #832e84;
    opacity: .8;
    content: " ";
}
.about-cont-2:before {
    position: absolute;
    bottom: 18px;
    right: 200px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff8100;
    opacity: .8;
    content: " ";
}
.about-cont-2:after {
    position: absolute;
    bottom: 100px;
    right: -50px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ed8c25;
    opacity: .8;
    content: " ";
}
  .choose-text {
    width: 100%;
  }
  
 .choose-text h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    margin: 0;
    position: relative;
}
  .choose-text h5:after {
    content: "";
    background: #ed8c25;
    width: 63px;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 0px;
}
 .choose-text h5:before {
    content: "";
    background: #ed8c25;
    width: 6px;
    height: 2px;
    position: absolute;
    bottom: -4px;
    left: 66px;
}
.choose-btn a {
    background: #ed8c25;
    padding: 10px 26px;
    border-radius: 30px;
    color: white;
}
.choose-btn {
    margin-top: 20px;
}
  .choose-text h2 {
    margin: 20px 0;
    font-size: 48px;
    font-family: 'Cormorant Garamond';
}
 .choose-text h2 span {
   color: var(--secondary-color);
}
  .choose-flex {
    width: 100%;
    margin: 22px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  
  .choose-icon {
    display: grid;
    place-items: center;
    width: 75px;
    height: 75px;
    border-radius: 50%;
    transition: all 0.5s;
    background-color: var(--primary-color);
  }
  
  .choose-flex:hover .choose-icon {
    background-color: var(--secondary-color);
  }
  
  .choose-icontext {
    width: 96%;
  }
  
  .choose-icontext h4 {
    font-size: 26px;
    font-family: 'Cormorant Garamond';
    margin: 0;
	  color:var(--secondary-color);
  }
  
  .choose-icontext p {
    font-size: 15px;
    color: #212529;
    width: 80%;
}
  
  .testimonial-box {
    width: 100%;
    padding: 60px 0;
    background-color: #f0f3f5;
  }
  
  .testimonial-box h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    text-align: center;
    margin: 0;
  }
  
  .testimonial-box h2 {
    margin: 20px 0 0 0;
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    text-align: center;
  }
  
  .testimonial-flex {
    width: 100%;
    margin: 40px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .testimonial-cont {
    width: 25%;
    padding: 10px 10px 50px 0;
  }
  
  .testimonial {
    width: 100%;
    padding: 60px 60px 0 60px;
    background-color: var(--tertiary-color);
    border-radius: 5px;
    position: relative;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .testimonial-text {
    width: 100%;
    display: grid;
    place-items: center;
  }
  
  .testimonial::before {
    content: "";
    position: absolute;
    background-color: var(--primary-color);
    border-radius: 5px 0 100% 0;
    width: 55px;
    height: 55px;
    top: 0;
    left: 0;
    transition: all 0.5s;
  }
  
  .testimonial-text p {
    font-size: 15px;
    text-align: center;
    font-family: roboto-medium;
    line-height: 1.6;
    padding: 0 0 10px 0;
    border-bottom: 2px solid #f9f9f9;
    transition: all 0.5s;
  }
  
  .testimonial-text h4 {
    font-size: 18px;
    text-align: center;
    font-family: roboto-medium;
    margin: 20px 0 0 0;
  }
  
  .client {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 3px solid var(--tertiary-color);
    transform: translateY(50%);
  }
  
  .client img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
  }
  
  .testimonial:hover {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
  }
  
  .testimonial:hover::before {
    background-color: var(--tertiary-color);
  }
  
  .testimonial:hover .testimonial-text p {
    border-bottom: 2px solid #0f9294;
  }
  
  .formbox {
    width: 100%;
    margin: 60px 0 0 0;
  }
  
  .formbox-cont {
    width: 100%;
  }
  
  .formbox-cont h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    margin: 0 0 20px 0;
  }
  
  .formbox-flex {
    width: 100%;
    margin: 50px 0 0 0;
    display: flex;
    justify-content: space-between;
  }
  
  .formbox-icon {
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    position: relative;
    background-color: var(--primary-color);
    font-size: 25px;
    font-family: roboto-light;
    color: var(--tertiary-color);
    border-radius: 50%;
  }
  
  .formbox-icon::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 120px;
    left: 50%;
    top: 100%;
    background-color: #0f9294;
  }
  
  .custom-icon::after {
    display: none;
  }
  
  .formbox-text {
    width: 85%;
  }
  
  .formbox-text h4 {
    font-size: 25px;
    color: var(--primary-color);
    font-family: 'Cormorant Garamond';
    margin: 0 0 10px 0;
  }
  
  .formbox-text p {
    font-size: 15px;
    color: #7b7b7b;
    font-family: roboto-medium;
    width: 70%;
  }
  
  .formbox-form {
    width: 100%;
    background-color: #f0f3f5;
    padding: 60px;
    position: relative;
  }
  
  .formbox-form::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 15px;
    background-color: var(--primary-color);
  }
  
  .formbox-form h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    text-align: center;
  }
  
  .formbox-form h2 {
    margin: 0 0 20px 0;
    font-size: 34px;
    font-family: roboto-medium;
    text-align: center;
  }
  
  .form-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .form-input {
    width: 48%;
    height: 55px;
    margin: 0 0 30px 0;
    border-radius: 5px;
  }
  .Service-head-line {
    content: " ";
    background: #ed8c25;
    width: 63px;
    height: 2px;
    margin: auto;
}
  .form-input input {
    width: 100%;
    height: 100%;
    border-radius: 5px;
    background-color: var(--tertiary-color);
    font-size: 15px;
    color: #757575;
    font-family: roboto-medium;
    border: none;
    outline: none;
    padding: 10px;
  }
  
  .form-area {
    width: 100%;
    height: 170px;
    border-radius: 5px;
    background-color: var(--tertiary-color);
    font-size: 15px;
    color: #757575;
    font-family: roboto-medium;
    border: none;
    outline: none;
    padding: 10px;
    resize: none;
    overflow-y: scroll;
    margin: 0 0 30px 0;
  }
  
  .submit-btn {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: var(--primary-color);
    font-size: 15px;
    color: var(--tertiary-color);
    font-family: roboto-medium;
    outline: none;
    border: none;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .submit-btn:hover {
    background-color: var(--secondary-color);
  }
  
.blog-box {
    width: 100%;
    /* margin: 60px 0 0 0; */
    padding: 60px 0;
    background-color: #ffffff;
}
  
  .blog-cont {
    width: 100%;
  }
  
  .blog-cont h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    margin: 0;
  }
  
  .blog-cont h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    margin: 0;
  }
  
  .blog-cont-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .blog-para {
    width: 70%;
  }
  
  .blog-para p {
    font-size: 15px;
    color: #444;
    font-family: roboto-medium;
  }
  
  .blog-btn {
    text-align: right;
  }
  
  .blog-btn a {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: var(--primary-color);
    font-size: 15px;
    color: var(--tertiary-color);
    font-family: roboto-medium;
    outline: none;
    border: none;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .blog-btn a:hover {
    background-color: var(--secondary-color);
  }
  
  .blog-content {
    width: 100%;
    margin: 40px 0 0 0;
    background-color: var(--tertiary-color);
    border-radius: 10px 10px 0 0;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
  
  .blog-image {
    width: 100%;
    height: 250px;
    border-radius: 10px;
  }
  
  .blog-image img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
  }
  
  .blog-text {
    width: 100%;
    padding: 24px;
  }
  
 .blog-text h4 {
    font-size: 13px;
    font-family: roboto-light;
    color: #595959;
    margin: 0;
    display: none;
}
  
 .blog-text h3 a {
    color: #67266a;
}
.blog-text h3 a {
    font-size: 21px;
    font-family: roboto-medium;
    margin: 12px 0;
}
  
  .blog-text p {
    font-family: humanist-light;
    font-size: 15px;
    color: #595959;
    margin: 0 0 20px 0;
  }
  
  .blog-text a {
    font-size: 15px;
    color: var(--primary-color);
    font-family: humanist-light;
    font-size: 15px;
    transition: all 0.5s;
    display: inline-block;
  }
  .choose-btn:hover a {
    background: #67266a;
}
.about-text:hover a{
	  background: #67266a;
}
 .blog-text a i {
    color: #ed8c25;
    font-size: 14px;
    margin: 0 0 0 10px;
    transition: all 0.5s;
}
  .blog-text a:hover {
    color: var(--secondary-color);
  }
  
  .blog-text a:hover i {
    color: var(--primary-color);
  }
  
 
  
 .newsletter-box .newsletter-head {
    /* text-align: center; */
    width: 80%;
    margin: 40px 0px;
}
  
  
  
.newsletter-head p {
    font-size: 15px;
    color: #7a7a7a;
    /* margin: 0 0 0 0; */
    /* font-family: roboto-medium; */
    /* text-align: center; */
    line-height: 24px;
    padding: 0;
    letter-spacing: 0px;
    width: 80%;
}
  
 .newsletter-form {
    width: 100%;
    background-color: #f0f3f5;
    position: relative;
    z-index: 9;
    padding: 36px 56px;
}
.news-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  
}
  
  .news-input{
    width: 48%;
    /*margin: 0 0 20px 0;*/
  }
  
.news-input input {
    width: 100%;
    border: none;
    outline: none;
    height: 56px;
    padding: 9px 10px;
    border-radius: 5px;
    background-color: #ffffff;
    font-family: roboto-medium;
    font-size: 15px;
}
  
  .news-area {
    width: 100%;   
}
  
 .news-area textarea {
    width: 100%;
    border: none;
    outline: none;
    height: 200px;
    padding: 10px;
    border-radius: 5px;
    background-color: #ffffff;
    font-family: roboto-medium;
    font-size: 15px;
}
  
  .news-submit {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: var(--primary-color);
    font-size: 15px;
    color: var(--tertiary-color);
    font-family: roboto-medium;
    outline: none;
    border: none;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .news-submit:hover {
    background-color: var(--secondary-color);
  }
  
  
 .footer {
    width: 100%;
    padding: 70px 0 20px 0;
    background-color: #f0f3f5;
}
  .footer_box img {
    width: 65%;
  }
  
  .footer_box p {
    color: #000;
    font-size: 15px;
    font-family: roboto-medium;
    /* padding: 10px 0 0 0; */
    /* width: 75%; */
}
  .footer_box h6 {
      color: #179c9e;
      margin: 5px 0px;
      font-size: 16px;
  }
  
  .footer_icon {
    width: 100%;
    margin: 20px 0;
  }
  
  .footer_icon ul {
    display: flex;
    justify-content: flex-start;
    padding: 0;
  }
  
  .footer_icon ul li a {
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color:var(--primary-color);
    margin: 0 10px 0 0;
    font-size: 15px;
    color:  var(--tertiary-color);
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .footer_icon ul li a:hover {
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
  }
  
  .footer-second {
    padding: 0 0 0 15%;
  }
  
.footer_box h4 {
    display: inline-block;
     font-family: roboto-medium;
    font-weight: 500;
    font-size: 24px;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
    position: relative;
    color: #67266a;
}
  
  .footer_box h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40%;
    height: 2px;
    background-color: var(--primary-color);
  }
  
  .footer_links {
    padding: 0;
  }
  
  .footer_links li {
    position: relative;
    padding: 0 0 0 10px;
  }
  
  .footer_links li::before {
    position: absolute;
    content: "➤";
    left: 0;
    top: 0;
    color: var(--primary-color);
  }
  
 .footer_links li a {
    color: #000;
    display: inline-block;
    font-size: 15px;
    margin: 0 0 10px 10px;
    font-weight: 100;
    font-family: roboto-medium;
    transition: all 0.5s;
}
  
  .footer_links li a:hover {
    color: var(--primary-color);
  }
  
  .footer_contact {
    padding: 0;
  }
  
  .footer_contact li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    margin: 10px 0 20px 0;
  }
  
  .link-icon {
    width: 32px;
    height: 32px;
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    display: grid;
    place-items: center;
    font-size: 15px;
    border-radius: 50%;
  }
  
  .link-text {
    width: 85%;
  }
  
  .link-text span {
    color: #000;
    font-size: 15px;
    font-family: roboto-medium;
}
  
 .link-text a {
    color: #000;
    font-size: 15px;
    /* font-family: graphik; */
    transition: all 0.5s;
}
  
  .link-text a:hover {
    color: var(--primary-color);
  }
  
  .footer-acknowledge{
    width: 100%;
    margin: 30px 0 0 0;
    text-align: center;
  }
  
  .footer-acknowledge p{
    color: var(--tertiary-color);
    font-family: roboto-medium;
    font-size: 18px;
    margin: 0 auto 20px auto;
    width: 60%;
  }
  
  .ndis-logo img{
    width: 8%;
    margin-top:15px;
  }
  .ndis-logo-2 img{
    width: 14%;
    
  }
  
  .footer_copyright {
    width: 100%;
    text-align: center;
    background-color: #000;
    border-top: 2px solid #323232;
  }
  
  .footer_copyright p {
    font-size: 16px;
    /*font-family: graphik-extralight;*/
    color: #fff;
    padding: 3px 0;
    margin: 0;
  }
  
  .scroll_top {
    width: 40px;
    height: 40px;
    background-color: var(--primary-color);
    box-shadow: 0 0 10px var(--secondary-color);
    font-size: 17px;
    color: #fff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    transition: all 0.4s;
    cursor: pointer;
  }
  
  .scroll_top:hover {
    background-color: var(--tertiary-color);
    box-shadow: 0 0 20px var(--primary-color);
    color: var(--primary-color);
  }
  
  /* index css ends */
  
  .about_banner {
    width: 100%;
    height: 400px;
    position: relative;
  }
  
  .about_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position:center;
  }
  
  .about_banner_cont {
    position: absolute;
    top: 54%;
    left: 9%;
    z-index: 9;
  }
  .about_banner:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      background-color: rgba(0, 0, 0, 0.7);
      top: 0;
      left: 0;
  }
  
  .about_banner_cont h2 {
    font-size: 45px;
    font-family: 'Cormorant Garamond';
    color: #fff;
  }
  
  .about_banner_cont ul {
    display: inline-block;
    padding: 10px 30px;
    background-color: #ffffff21;
  }
  
  .about_banner_cont ul li {
    display: inline-block;
    font-family: roboto-medium;
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
  }
  
  .about_banner_cont ul li a {
    color: #fff;
    transition: all 0.4s;
  }
  
  .about_banner_cont ul li a:hover {
    color: var(--primary-color);
  }
  
  .about_banner_cont ul li i {
    margin: 0 10px;
  }
  
  .service-content {
    width: 100%;
    margin: 60px 0;
  }
  
  .service-content h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    margin: 0;
    text-align: center;
  }
  
  .service-content h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    text-align: center;
    margin: 0;
  }
  
  .service-content h2 span {
    color: var(--primary-color);
  }
  
  .service-content .blog-content {
    box-shadow: 0 0 10px #aecdcd;
    margin: 50px 0 0 0;
  }
  
  /* service and blog page css ends */
  
  .work-box {
    width: 100%;
    margin: 0 0 60px 0;
    text-align: center;
  }
  
  .work-box h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    margin: 0;
    text-align: center;
  }
  
  .work-box h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    text-align: center;
    margin: 0;
  }
  
  .work-box h2 span {
    color: var(--primary-color);
  }
  
  .work-image {
    width: 100%;
    margin: 40px 0 0 0;
    height: 400px;
  }
  
  .work-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom;
  }
  
  .work {
    width: 100%;
    padding: 20px 20px 20px 20px;
    text-align: left;
    border-right: 2px solid #eee;
    transition: all 0.6s;
  }
  
  .work-icon {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    color: var(--primary-color);
  }
  
  .work-text h3 {
    font-size: 22px;
    font-family: roboto-medium;
  }
  
  .work-text p {
    font-size: 15px;
    font-family: roboto-medium;
  }
  
  .work:hover {
    box-shadow: 0 0 10px #b2b2b2;
  }
  
  .counter-box {
    width: 100%;
    margin: 60px 0 0 0;
  }
  
  .counter {
    width: 100%;
    padding: 20px 30px;
    border-radius: 10px;
    border-bottom: 2px solid var(--primary-color);
    box-shadow: 0 0 10px #aecdcd;
    text-align: center;
  }
  
  .counter-text {
    width: 100%;
  }
  
  .counter-text h3 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    margin: 0;
    position: relative;
    display: inline-block;
    padding: 0 10px 0 0;
  }
  
  .counter-text h3::after {
    content: "+";
    position: absolute;
    top: 0;
    left: 100%;
    color: var(--secondary-color);
  }
  
  .counter-text p {
    font-size: 20px;
    font-family: roboto-medium;
    margin: 0;
  }
  
  .gallery-box {
    width: 100%;
    margin: 60px 0;
  }
  
  .gallery-box h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    margin: 0 0 10px 0;
    text-align: center;
  }
  
  .gallery-box h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    text-align: center;
    margin: 0;
  }
  
  .gallery-box h2 span {
    color: var(--primary-color);
  }
  
  .gallery {
    margin: 50px 0 0 0;
    border-radius: 10px;
    height: 350px;
    overflow: hidden;
  }
  
  .gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 1s;
  }
  
  .gallery:hover img {
    transform: scale(1.2);
  }
  
  .team-box {
    width: 100%;
    margin: 0 0 60px 0;
  }
  
  .team-box h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    margin: 0 0 10px 0;
    text-align: center;
  }
  
  .team-box h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    text-align: center;
    margin: 0;
  }
  
  .team-box h2 span {
    color: var(--primary-color);
  }
  
  .team {
    position: relative;
    padding: 12px;
    background-color: var(--base-white);
    box-shadow: 0 0 5px #aecdcd;
    transition: all 0.3s ease;
    margin: 50px 0 0 0;
  }
  
  .team::before {
    content: "";
    background-color: var(--primary-color);
    position: absolute;
    width: 70px;
    height: 70px;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
  }
  
  .team:hover::before {
    background-color: var(--secondary-color);
  }
  
  .team-image {
    width: 100%;
    height: 300px;
    overflow: hidden;
    position: relative;
  }
  
  .team-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: all 1s;
  }
  
  .team:hover img {
    transform: scale(1.2);
  }
  
  .team-text {
    padding: 20px;
    text-align: center;
  }
  
  .team-text h3 {
    font-size: 23px;
    font-family: roboto-medium;
    margin: 0 0 10px 0;
  }
  
  .team-text h3 a {
    color: var(--primary-color);
    transition: all 0.5s;
  }
  
  .team-text h3 a:hover {
    color: var(--secondary-color);
  }
  
  .team-text p {
    font-size: 17px;
    font-family: roboto-medium;
    margin: 0;
    color: #7b7b7b;
  }
  
  .team-abso {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: grid;
    place-items: center;
    top: 100%;
    opacity: 0;
    transition: all 0.5s;
  }
  
  .team:hover .team-abso {
    top: 0;
    opacity: 1;
  }
  
  .team-abso ul {
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  
  .team-abso ul li {
    display: inline-block;
    margin: 0 15px 0 0;
  }
  
  .team-abso ul li:last-child {
    margin: 0;
  }
  
  .team-abso ul li a {
    width: 40px;
    height: 40px;
    background-color: var(--tertiary-color);
    font-size: 20px;
    color: var(--primary-color);
    display: grid;
    place-items: center;
    border-radius: 50%;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .team-abso ul li a:hover {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
  }
  
 .newsletter {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}
  
.newsletter::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;   
}
  
  .newsletter-head {
    position: relative;
    z-index: 1;
    color: var(--tertiary-color);
  }
  
.newsletter-head h2 {
    font-size: 48px;
    font-family: 'Cormorant Garamond';
    margin: 0;
    text-align: start;
    color: black;
}
.newsletter-head h2 span {
  color:#832e84;
}
  .newsletter-btn {
    text-align: right;
    position: relative;
    z-index: 1;
  }
  
  .newsletter-btn a {
    display: inline-block;
    padding: 10px 30px;
    font-family: roboto-medium;
    font-size: 15px;
    color: var(--secondary-color);
    background-color: var(--tertiary-color);
    transition: all 0.5s;
    border-radius: 5px;
    cursor: pointer;
    transform: translateY(15px);
  }
  
  .newsletter-btn a:hover {
    background-color: var(--secondary-color);
    color: var(--tertiary-color);
  }
  
  /* about css ends */
  
  .blog-detail {
    margin: 60px 0;
  }
  
  .detail_blogtext {
    width: 100%;
  }
  
  .detail_blogtext h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    margin: 30px 0 0 0;
  }
  
  .detail_image {
    width: 100%;
    height: 400px;
  }
  
  .detail_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  
  .blog_head {
    width: 100%;
  }
  
  .blog_head ul {
    padding: 0;
    display: inline-block;
    margin: 20px 0;
  }
  
  .blog_head ul li {
    display: inline-block;
    margin: 0 30px 0 0;
    color: #7a7979;
    font-size: 15px;
    font-family: humanist-light;
  }
  
  .blog_head ul li i {
    color: var(--primary-color);
    margin: 0 10px 0 0;
  }
  
  .blog_head p {
    font-family: roboto-medium;
    font-size: 15px;
    color: #7b7b7b;
    position: relative;
    margin: 0 0 30px 0;
  }
  .blog_info {
    width: 100%;
    background-color: #f8f8f8;
    padding: 30px 60px 30px 40px;
    margin: 0 0 30px 0;
  }
  
  .blog_info h3 {
    font-family: roboto-medium;
    color: #4b5b68;
    font-size: 25px;
  }
  
  .blog_info p {
    color: var(--primary-color);
    font-size: 20px;
    font-style: italic;
    padding: 0 0 0 70px;
    display: inline-block;
    margin: 10px 0 0 0;
    font-family: roboto-medium;
  }
  
  .blog_info p::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 20%;
    height: 2px;
    background-color: var(--primary-color);
  }
  
  .blog_head_flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 30px 0;
  }
  
  .blog_imagebox {
    width: 48%;
    height: 300px;
  }
  
  .blog_imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .blog_head h4 {
    font-size: 20px;
    font-family: 'Cormorant Garamond';
  }
  
  .share-box {
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  .share-box h4 {
    font-size: 22px;
    font-family: graphik-medium;
    color: var(--primary-color);
    margin: 0 20px 0 0;
  }
  
  .share-box ul {
    padding: 0;
    margin: 0;
    display: inline-block;
  }
  
  .share-box ul li {
    display: inline-block;
  }
  
  .share-box ul li a {
    width: 40px;
    height: 40px;
    color: #fff;
    display: grid;
    place-items: center;
    font-size: 20px;
    margin: 0 20px 0 0;
    transition: all 0.5s;
  }
  
  .facebook {
    background-color: #3b5998;
  }
  
  .twitter {
    background-color: #00acee;
  }
  
  .whatsapp {
    background-color: #25d366;
  }
  
  .linkedin {
    background-color: #0a66c2;
  }
  
  .pinterest {
    background-color: #e60023;
  }
  
  .blog-sidebar {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
  
  .blog_box_cont h4 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    position: relative;
    display: inline-block;
    padding: 0 15px 0 0;
    margin: 0;
  }
  
  .blog_box_cont {
    width: 100%;
    padding: 30px;
    border: 1px solid #c2c2c2;
  }
  
  .blog-link {
    width: 100%;
    margin: 20px 0 0 0;
  }
  
  .blog-link a {
    font-family: roboto-medium;
    font-size: 15px;
    transition: all 0.5s;
    color: var(--secondary-color);
  }
  
  .blog-link a:hover {
    color: var(--primary-color);
  }
  
  .blog-link p {
    color: #7b7b7b;
    font-size: 13px;
    font-family: roboto-medium;
    margin: 10px 0 0 0;
  }
  
  .blog-link p i {
    margin: 0 5px 0 0;
  }
  
  .blog-formbox {
    width: 100%;
    height: 300px;
    position: relative;
    margin: 50px 0 0 0;
  }
  
  .blog-formbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  
  .blog-formbox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .blog-form-cont {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding: 70px 40px;
    color: #fff;
  }
  
  .blog-form-cont h4 {
    font-size: 25px;
    font-family: 'Cormorant Garamond';
    color: var(--primary-color);
  }
  
  .blog-form-cont p {
    margin: 15px 0 0 0;
    font-size: 15px;
    font-family: roboto-medium;
    width: 80%;
  }
  
  .blog-form-cont p i {
    color: var(--primary-color);
    margin: 0 10px 0 0;
  }
  
  /* blogdetail page css ends */
  
  .detail-box {
    width: 100%;
    margin: 60px 0;
  }
  
  .detail-sidebar {
    width: 90%;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
  }
  
  .sidebar-link {
    width: 100%;
    border: 1px solid #b2b2b2;
  }
  
  .sidebar-link h4{
    font-size: 25px;
    padding: 20px 0 0 20px;
    font-family: 'Cormorant Garamond';
    color: var(--primary-color);
    margin: 0;
  }
  
  .sidebar-link ul {
    padding: 0 20px;
    margin: 20px 0 0 0;
    
  }
  
  .sidebar-link ul li a {
    display: inline-block;
    width: 100%;
    padding: 15px 0 15px 20px;
    color: var(--secondary-color);
    background-color: #f7f7f7;
    font-family: roboto-medium;
    font-size: 15px;
    margin: 0 0 10px 0;
    position: relative;
    transition: all 0.5s;
  }
  
  .sidebar-link ul li a.active {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
  }
  
  .sidebar-link ul li a i {
    font-size: 13px;
    margin: 0 10px 0 0;
  }
  
  .sidebar-link ul li a.active::before {
    content: "";
    position: absolute;
    top: 35%;
    right: -5px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
    background-color: var(--primary-color);
  }
  
  .sidebar-link ul li a:hover {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
  }
  
  
  .service-form {
    width: 100%;
    padding: 20px;
    border: 1px solid #b2b2b2;
    background-color: #f8f8f8;
    margin: 0 0 40px 0;
  }
  
  .service-form h4 {
    font-size: 25px;
    margin: 0 0 30px 0;
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    padding: 10px;
    font-family: 'Cormorant Garamond';
  }
  
  .service-input {
    width: 100%;
    height: 40px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    outline: none;
    color: #1b1b1b;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-family: roboto-medium;
  }
  
  .service-area {
    width: 100%;
    height: 80px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #b2b2b2;
    outline: none;
    color: #1b1b1b;
    font-size: 14px;
    margin: 0 0 20px 0;
    font-family: roboto-medium;
  }
  
  .service-submit {
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    outline: none;
    border: none;
    background-color: var(--primary-color);
    color: var(--tertiary-color);
  font-family: roboto-medium;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .service-submit:hover {
    background-color: var(--secondary-color);
  }
  
  
  .detail-text {
    width: 100%;
    /* margin: 30px 0 0 0; */
  }
  
  .detail-text h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    position: relative;
    display: inline-block;
    margin: 0;
  }
  
  .detail-text h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    margin: 15px 0 0 0;
  }
  
  .detail-text h2 span {
    color: var(--primary-color);
  }
  
  .detail-text p {
    font-size: 15px;
    font-family: roboto-medium;
    margin: 10px 0 30px 0;
    line-height: 1.8;
    color: #7b7b7b;
  }
  
 .detail-text ul {
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 96%;
    margin: 0 0 0 0;
}
  
  .detail-text ul li {
   font-family: "roboto-light" !important;
    width: 48%;
/*     font-style: italic; */
    font-size: 15px;
    margin: 0 0 20px 0;
  }

.detail-text ul li b {
    font-weight: 200 !important;
    font-family: 'roboto-medium';
}
  
  .detail-text ul li i {
    color: var(--primary-color);
    margin: 0 10px 0 0;
    font-size: 17px;
  }
  
  .detail-imagebox {
    width: 100%;
    height: 500px;
    margin: 0 0 30px 0;
  }
  
  .detail-imagebox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
  }
  
  .detail-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
  }
  
  .detail-image {
    width: 48%;
    height: 300px;
  }
  
  .detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* service detail page ends */
  
  .contact-box {
    width: 100%;
    margin: 60px 0 0 0;
  }
  
  .contact-box-text {
    width: 100%;
  }
  
  .contact-box-text h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    position: relative;
    display: inline-block;
    margin: 0;
  }
  
  .contact-box-text h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    margin: 10px 0 0 0;
  }
  
  .contact-box-text h2 span {
    color: var(--primary-color);
  }
  
  .contact-box-text ul {
    margin: 40px 0 0 0;
    padding: 0;
  }
  
  .contact-box-text ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 40px 0;
    border-bottom: 1px solid #e6eaef;
    padding: 0 0 20px 0;
  }
  
  .contact-box-text ul li:last-child {
    margin: 0 0 0 0;
    border-bottom: none;
  }
  
  .contact_icon {
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 50%;
    display: grid;
    place-items: center;
    color: var(--tertiary-color);
    font-size: 30px;
  }
  
  .contact_info {
    width: 80%;
  }
  
  .contact_info h4 {
    font-family: roboto-medium;
    font-size: 22px;
    margin: 0 0 5px 0;
  }
  
  .contact_info p {
    font-family: roboto-medium;
    font-size: 15px;
    color: #7b7b7b;
  }
  
  .contact-box-form {
    width: 100%;
  }
  
  .contact-box-form h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    position: relative;
    display: inline-block;
    margin: 0;
  }
  
  .contact-box-form h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    margin: 10px 0 0 0;
  }
  
  .contact-box-form h2 span {
    color: var(--primary-color);
  }
  
  .contact-box-form form {
    margin: 25px 0 0 0;
  }
  
  .form-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 10px 0;
    flex-wrap: wrap;
  }
  
  .form_info {
    width: 48%;
  }
  
  .form_info input {
    width: 100%;
    border: none;
    outline: none;
    height: 56px;
    padding: 10px;
    border-radius: 5px;
    background-color: #eff2f6;
    font-family: roboto-medium;
    font-size: 15px;
  }
  
  .form_message {
    width: 100%;
    height: 150px;
    padding: 10px;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #eff2f6;
    font-family: roboto-medium;
    font-size: 15px;
  }
  
  .contact-submit {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    font-size: 15px;
    font-family: roboto-medium;
    outline: none;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
    margin: 30px 0 0 0;
  }
  
  .contact-submit:hover {
    background-color: var(--secondary-color);
  }
  
  .mapbox {
    width: 100%;
    height: 450px;
    margin: 60px 0 0 0;
  }
  
  .mapbox iframe {
    width: 100%;
    height: 100%;
  }
  
  /* contact page css ends */
  
  .project-box {
    width: 100%;
    margin: 60px 0;
  }
  
  .project-box h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    margin: 0;
    text-align: center;
  }
  
  .project-box h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    margin: 10px 0 0 0;
    text-align: center;
  }
  
  .project-box h2 span {
    color: var(--primary-color);
  }
  
  .project-box p{
    font-size: 15px;
    font-family: roboto-medium;
    margin: 20px 0 0 0;
    text-align: center;
    color: #7b7b7b;
  }
  
  .career-box{
    width: 100%;
    background-color: var(--primary-color);
    padding: 60px 0;
    /* margin: 0 0 60px 0; */
  }
  
  .career-text{
    width:100%;
    padding: 50px 30px ;
    background-color: var(--tertiary-color);
    border-radius: 10px 0 0 10px;
    height: 100%;
  }
  
  .career{
    width: 100%;
  }
  
  
  .career:first-child{
    margin: 0 0 50px 0;
  }
  
  .career h2{
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    margin: 0;
  }
  
  .career p{
    font-size: 15px;
    font-family: roboto-medium;
    margin: 15px 0;
  }
  
  .career ul{
    margin: 0;
    padding: 0;
  }
  
  .career ul li{
    margin: 0 0 15px 0;
    font-size: 15px;
    font-family: roboto-medium;
      display: flex;
  }
  
  .career ul li i{
    color: var(--primary-color);
    margin: 0 10px 0 0;
  }
  
  
  .career-form{
    width: 100%;
    padding: 50px 30px;
    background-color: var(--secondary-color);
    border-radius: 0 10px 10px 0;
    margin-left: -3.8% ;
  }
  
  .career-form h2{
    font-size: 40px;
    color: var(--tertiary-color);
    font-family: 'Cormorant Garamond';
    margin:0 0 30px 0;
  
  }
  
  .career-form h2 span{
    color: var(--primary-color);
  }
  
  /* career page css ends */
  
  .career-form-input{
    width: 100%;
  }
  
  .career-form-input label {
    font-size: 22px;
    font-family: roboto-medium;
    margin: 0 0 15px 0;
    color: var(--tertiary-color);
  }
  
  .career-form-input input {
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    background-color: #eff2f6;
    font-family: roboto-medium;
    font-size: 15px;
  }
  
  .career-flex{
    width: 100%;
    margin: 15px 0 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .career-input{
    width: 48%;
    /*margin: 0 0 30px 0;*/
  
  }
  
  .career-input label {
    font-size: 22px;
    font-family: roboto-medium;
    margin: 0 0 15px 0;
    color: var(--tertiary-color);
  }
  
  .career-input input {
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    background-color: #eff2f6;
    font-family: roboto-medium;
    font-size: 15px;
  }
  
  
  .career-input select {
    width: 100%;
    border: none;
    outline: none;
    height: 40px;
    padding: 10px;
    border-radius: 5px;
    background-color: #eff2f6;
    font-family: roboto-medium;
    font-size: 15px;
  }
  
  .career-form-input textarea{
    width: 100%;
    border: none;
    outline: none;
    height: 100px;
    padding: 10px;
    border-radius: 5px;
    background-color: #eff2f6;
    font-family: roboto-medium;
    font-size: 15px;
  }
  
  .career-submit {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: var(--primary-color);
    font-size: 15px;
    color: var(--tertiary-color);
    font-family: roboto-medium;
    outline: none;
    border: none;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .career-submit:hover {
    background-color: var(--tertiary-color);
    color: var(--secondary-color);
  }
  
  .faq-text {
    margin: 10px auto 0 auto;
    width: 70%;
    font-size: 15px;
    text-align: center;
    color: #7b7b7b;
    font-family: roboto-medium;
  }
  
  .faq-wrapper {
    width: 100%;
    margin: 30px 0 0 0;
  }
  
  .faq-content {
    margin: 0 0 30px 0;
    border-radius: 5px;
    box-shadow: 0 0 5px #b2b2b2;
  }
  
  .question {
    font-size: 20px;
    font-family: 'Cormorant Garamond';
    padding: 10px;
    background-color: var(--primary-color);
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    color: var(--tertiary-color);
    transition: all 0.5s;
  }
  
  .question.active {
    background-color: var(--secondary-color);
  }
  
  .question i {
    font-size: 15px;
  }
  
  .question.active i {
    transform: rotate(-180deg);
  }
  
  .answercont {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  
  .answer {
    padding: 20px;
    font-family: roboto-medium;
    font-size: 15px;
    color: #7b7b7b;
  }
  
  .faq-flex{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .faq-box{
    width: 48%;
  }
  
  
  
  
  .accordion{
    width: 100%;
    margin: 40px 0 0 0;
  }
  
  .accordion-item {
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    margin: 1rem 0;
    border-radius: 0.5rem;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.25);
  }
  
 .accordion-item-header {
    padding: 0.5rem 3rem 0.5rem 1rem;
    min-height: 3.5rem;
    line-height: 1.25rem;
    font-family: roboto-medium;
    font-size: 19px;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
  
  .accordion-item-header::after {
    content: "\002B";
    font-size: 2rem;
    position: absolute;
    right: 1rem;
  }
  
  .accordion-item-header.active::after {
    content: "\2212";
  }
  
  .accordion-item-body {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
  }
  
  .accordion-item-body-content {
    padding: 1rem;
    line-height: 1.5rem;
    border-top: 1px solid var(--tertiary-color);
    font-size: 15px;
    font-family: roboto-medium;
  }
  
  /* ndis-faq css ends */
  
  .ndis-box {
    width: 100%;
    margin: 60px 0 0 0;
  }
  
  .ndis{
    margin: 0 0 60px 0;
  }
  
  .ndis-image {
    width: 100%;
    height: 100%;
  }
  
  .ndis-image img {
    width: 95%;
    height: 100%;
    object-fit: cover;
  }
  
  .ndis-text {
    width: 100%;
  }
  
  .ndis-text h5 {
    font-size: 20px;
    color: var(--primary-color);
    font-family: roboto-medium;
    margin: 0;
  }
  
  .ndis-text h2 {
    font-size: 40px;
    font-family: 'Cormorant Garamond';
    margin: 0;
  }
  
  .ndis-text h2 span {
    color: var(--primary-color);
  }
  
  .ndis-text p {
    font-size: 15px;
    color: #7b7b7b;
    font-family: roboto-medium;
    margin: 10px 0 0 0;
  }
  
  .ndis-text ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .ndis-text li {
    width: 48%;
    font-size: 15px;
    color: #7b7b7b;
    font-family: roboto-medium;
    margin: 10px 0 0 0;
  }
  
  .ndis-text li i {
    margin: 0 10px 0 0;
    color: var(--primary-color);
  }
  
  .ndis-list {
    margin: 0;
    padding: 0;
    display: block;
  }
  
  .ndis-list li {
    width: 100%;
    font-size: 15px;
    color: #7b7b7b;
    font-family: roboto-medium;
    margin: 15px 0 0 0;
  }
  
  .ndis-list li i {
    margin: 0 10px 0 0;
    color: var(--primary-color);
  }
  
  /* ndis-resource css ends */
  
  /* appointment popup css */
  
  .appointment_popup {
    width: 70%;
    position: fixed;
    left: 50%;
    top: 58%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.25);
    width: 400px;
    padding: 20px 30px 30px 30px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.15);
    transition: top 0ms ease-in-out 200ms, opacity 200ms ease-in-out 0ms,
      transform 200ms ease-in-out 0ms;
    z-index: -1;
  }
  
  .appointment_popup.active {
    top: 50%;
    opacity: 1;
    z-index: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: top 0ms ease-in-out 0ms, opacity 200ms ease-in-out 0ms,
      transform 200ms ease-in-out 0ms;
  }
  
  .close_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: var(--primary-color);
    text-align: center;
    line-height: 15px;
    border-radius: 15px;
    cursor: pointer;
  }
  
  .appointment_popup h2 {
    font-size: 30px;
    font-family: 'Cormorant Garamond';
    margin: 20px 0 0 0;
  }
  
  .appointment_popup h2 span {
    color: var(--primary-color);
  }
  
  .appoin-input {
    width: 90%;
    height: 40px;
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #c2c2c2;
    outline: none;
    margin: 20px 0 0 0;
    font-family: roboto-medium;
    color: #7b7b7b;
  }
  
  .appoin-select {
    width: 90%;
    height: 40px;
    border-radius: 10px;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #c2c2c2;
    outline: none;
    margin: 20px 0 0 0;
    background: transparent;
    font-family: roboto-medium;
    color: #7b7b7b;
  }
  
  .appoin-area {
    width: 90%;
    height: 70px;
    resize: none;
    border-radius: 10px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #c2c2c2;
    font-family: roboto-medium;
    outline: none;
    margin: 20px 0 0 0;
    color: #7b7b7b;
  }
  
  .appoin-submit {
    display: inline-block;
    margin: 20px 0 0 0;
    width: 90%;
    height: 40px;
    border-radius: 10px;
    border: none;
    outline: none;
    font-family: roboto-medium;
    font-size: 15px;
    background-color: var(--primary-color);
    color: var(--tertiary-color) !important;
    cursor: pointer;
    transition: all 0.5s;
  }
  
  .appoin-submit:hover {
    background-color: var(--secondary-color);
  }
  
  /* appointment popup css ends */
  
  .refer-form {
    width: 100%;
    margin: 40px 0 0 0;
  }
  
  .refer-flex {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  .refer-input {
    width: 48%;
    margin: 0 0 10px 0;
  }
  
  .refer-input label {
    font-size: 18px;
    font-family: roboto-medium;
  }
  
  .refer-input input {
    width: 100%;
    border: none;
    outline: none;
    height: 60px;
    padding: 10px;
    border-radius: 5px;
    background-color: #eff2f6;
    font-family: roboto-medium;
    font-size: 15px;
  }

  .refer-input select {
    width: 100%;
    border: none;
    outline: none;
    height: 60px;
    padding: 10px;
    border-radius: 5px;
    background-color: #eff2f6;
    font-family: roboto-light;
    font-size: 15px;
  }
  
  .refer-area {
    width: 100%;
  }
  
  .refer-area label {
    font-size: 18px;
    font-family: roboto-medium;
  }
  
  .refer-area textarea {
    width: 100%;
    border: none;
    outline: none;
    height: 150px;
    padding: 10px;
    border-radius: 5px;
    background-color: #eff2f6;
    font-family: roboto-medium;
    font-size: 15px;
  }
  
  .refer-participant{
    width: 100%;
  
  }
  
  
  .refer-participant label {
    font-size: 22px;
    font-family: roboto-medium;
    margin: 0 0 15px 0;
  }
  
  .refer-submit {
    display: inline-block;
    padding: 10px 30px;
    border-radius: 5px;
    background-color: var(--primary-color);
    font-size: 15px;
    color: var(--tertiary-color);
    font-family: roboto-medium;
    outline: none;
    border: none;
    transition: all 0.5s;
    cursor: pointer;
  }
  
  .refer-submit:hover {
    background-color: var(--secondary-color);
  }
  
  /* refferal page ends */
  
  .core{
    padding: 25px;
    box-shadow: 0 0 10px #b2b2b2;
    margin: 40px 0 0 0;
    text-align: center;
    height: Auto;
  }
  
  .core-icon{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--primary-color);
    font-size: 40px;
    color: var(--tertiary-color);
    display: grid;
    place-items: center;
    transition: all 0.5s;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .core-text{
    width: 100%;
    margin: 30px 0 0 0;
  }
  
  
 .core-text h4 {
    font-family: roboto-medium;
    font-size: 23px;
    margin: 2px 0px 20px;
}
  
    .core-text p {
    font-family: roboto-light;
    font-size: 15px;
}
  
  .core:hover .core-icon{
    background-color: var(--secondary-color);
  }
  
  
  
  @media screen and (max-width:1401px) {
   .menu-btn{
    width: 14%;
   }
  
   .menu ul li a{
    font-size: 15px;
   }
  }
  
  .our-ves{
      text-align: center;
      margin: 13px;
  }
  
.ab-box i {
    background: #67266a;
    font-size: 45px;
    color: #fff;
    border-radius: 50%;
    padding: 11px;
    margin-bottom: 11px;
    height: 76px;
    width: 78px;
    text-align: center;
    line-height: 54px;
}
  .ab-box{
      width: 46%;
      display: inline-block;
      box-shadow: 0 0 10px #b2b2b2;
      padding: 30px;
      text-align: left;
      margin: 7px;
      position: relative;
      overflow: hidden;
  }
  .ab-box h4{
      font-family: roboto-medium;
      font-size: 25px;
  }
  .ab-box p{
      font-family: roboto-medium;
      font-size: 16px;
      line-height: 27px;
  }
  .ab-box:after {
    content: '';
    width: 210px;
    height: 175px;
    background: #67266a52;
    position: absolute;
    border-radius: 50%;
    right: -35px;
    top: -39px;
}
  
  .ab-box:before {
    content: '';
    width: 186px;
    height: 155px;
    background: #67266a;
    position: absolute;
    border-radius: 50%;
    right: -35px;
    top: -39px;
}
  
  
  
  .mobile h5{
      display: none;
  }
  
  .mobile h2{
      display: none;
  }
  .wpcf7-spinner{
      position: absolute !important;
      left: 0;
  }
 .clk_btn {
    position: absolute;
    right: -16px;
    top: -2px;
    color: white;
}
  section.Why-Choose-Us {
    background: #67266a;
    padding: 60px 0px;
}
  section.Why-Choose-Us .about-text {
    color: white;
}
  section.Why-Choose-Us .about-text h5 {
    color: white;
}
    section.Why-Choose-Us .about-text h2 span {
    color: var(--primary-color);
}
section.Why-Choose-Us .about-text p{
	 color: white;
	font-size:17px;
}
section.Why-Choose-Us .about-text a{
	background: white;
	color: black;
}
.why-box {
    background-color: #582058;
    padding: 20px 60px;
    border: 2px solid #814182;
    border-radius: 16px;
    text-align: center;
    margin-bottom: 20px;
}
.skylon-box {
    display: flex;
    /* align-items: center; */
    
}
.dot-wrapper {
    display: flex;
    flex-direction: column;
    gap: 2px;
    /* margin-left: 21px; */
    align-items: center;
}
.sky-img.dotr span {
    width: 55px;
    background: black;
    height: 55px;
    border-radius: 50%;
    color: #ed8c25;
    display: grid;
    justify-items: center;
    align-items: center;
    font-size: 50px;
}
.dot-wrapper .dot {
    width: 1px;
    height: 1px;
    background-color: #ed8c25;
    border-radius: 50%;
}

.why-box h4 ,.why-box p {
    color: white;
}
.sky-img.dotr h4 {
    font-size: 24px;
    font-family: roboto-medium;
    color: white;
    margin: 0;
}
.sky-txt h3 {
    color: #ed8c25;
    font-family: roboto-medium;
    font-size: 20px;
    margin: 0;
}
.sky-txt {
    margin-left: 20px;
	}
.choose-text p {
    color: black;
}

section.testimonials-sec {
    background-image: url(https://webtestinglink.com/beta/think-care/wp-content/uploads/2024/02/together-office.jpg);	
	padding: 60px 0px;
}
.testimonials-box {
    width: 90% !important;
    height: 350px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 19px;
    position: relative;
    margin: 15px 13px;
    border-radius: 12px;
}
.newsletter-form h5 {
    font-family: 'roboto-medium';
}
.newsletter-form h2 {
    font-family: 'roboto-medium';
	font-weight: 700;
}
.testimonials-text img {
    text-align: center;
    display: flex !important;
    /* align-items: center; */
    justify-content: space-around;
   
    width: 50px;
    height: 40px;
    margin: 0px auto 25px;
    opacity: 0.4;
}
.testimonials-box-quote {
    position: absolute;
    top: 0;
    left: 0;
    background: #fd8a00;
    font-size: 48px;
    width: 77px;
    height: 66px;
    padding: 6px 6px;
    display: grid;
    align-items: center;
    justify-content: end;
    border-radius:  12px 0px 56px;
    color: white;
}

.offer-setion-head h2 {
    margin-bottom: 2px;
}

.testimonials-text {
    margin-top: 0px;
}

.testimonials-icon img {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    object-fit: contain;
    border: 2px solid #ed8c25;
}
.Service-head h2 {
    font-size: 46px;
}
.Service-head h2 span {
    font-size: 46px;
	color: #67266a;
}
.testimonials-info {
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content: center;
}

.testimonials-detalis {
    margin-left: 20px;
}

.testimonials-silder-main {
    display: flex;
    justify-content: space-between;
}

.testimonials-detalis h3 {
    font-size: 17px;
    text-transform: capitalize;
    color: #ed8c25;
   }
.testimonials-detalis h3{
	 font-family: roboto-medium;
	margin:0;
}

  
  @media screen and (max-width: 991px) {
      .menu ul {
          display: block;
      }
      .menu ul li {
          margin: 0 0px;
      }
      .service-content h2 {
          font-size: 30px;
      }
      .career-box{
          padding: 38px 0;
      }
      .career-form{
          margin-left: 0;
      }
      .leptop h5{
          display: none;
      }
      .leptop h2{
          display: none;
      }
      .mobile h5{
          display: block;
      }
      .mobile h2{
          display: block;
      }
      
      .logo {
          width: 96px;
          padding: 4px 9px;
      }
      .toggle {
          order: 3;
          visibility: visible;
          position: relative;
          top: 20px;
          right: 14px;
          z-index: 99999;
          transform: translateY(-50%);
          cursor: pointer;
          width: 40px;
          height: 40px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
      }
      .toggle>* {
          width: 80%;
          height: 3px;
          background: #000;
          margin: 3px 0;
      }
      .toggle.navactive .line1 {
          transform: rotate(-45deg) translate(-5px, 6px);
      }
      .toggle.navactive .line2 {
          opacity: 0;
      }
      .toggle.navactive .line3 {
          transform: rotate(45deg) translate(-7px, -8px);
      }
      .menu {
          width: 100%;
          position: absolute;
          background: #ed8c25;
          left: 0;
          top: 75px;
          z-index: 999;
          display: none;
      }
      
.sticky.menu {
	top: 100%;
	  }
      
      .menu ul li a:hover{
          color: #000;
      }
      ul.dropdown-menu {
    position: relative !important;
    width: 100% !important;
    background: #67266a !important;
    padding-top: 0 !important;
}
      .clk_btn {
          right: 0;
          top: 0;
          border-left: 1px solid #fff;
          width: 38px;
          text-align: center;
          height: 100%;
          padding: 6px;
      }
      .clk_btn i{
          color: #fff;
      }
      .menu ul li {
          display: block;
          padding: 7px 13px;
          border-bottom: 1px solid #fff;
      }
      .menu ul li a {
          color: #fff;
          font-size: 16px;
      }
      .menu-btn{
          width: auto;
      }
    
      
      .about-box {
          margin: 35px 0;
      }
      .about-text h2 {
          margin: 4px 0;
          font-size: 30px;
      }
      .about-image {
          margin-bottom: 18px;
      }
      .service-box {
          padding: 35px 0;
      }
      .service-box h2 {
          font-size: 30px;
      }
      .service{
          margin: 16px 0 0 0;
      }
      .choose-image img {
          height: 400px;
          object-fit: cover;
      }
      .choose-box {
          margin: 35px 0;
      }
      .choose-text h2 {
          margin: 10px 0;
          font-size: 30px;
      }
      .choose-flex {
          margin: 20px 0 0 0;
      }
      .choose-icontext h4 {
          font-size: 25px;
      }
      .newsletter-head h2 {
          font-size: 30px;
      }
      .newsletter-box .newsletter-head {
          text-align: left;
          width: 98%;
      }
      .newsletter-head p{
          text-align: left;
      }
      .blog-box {
          margin: 0px 0 0 0;
          padding: 35px 0;
      }
      .footer_box p{
          width: 90%;
      }
      .footer-second {
          padding: 0 0 0 0%;
      }
      .footer-acknowledge {
          margin: 6px 0 0 0;
      }
      .footer-acknowledge p {
          margin: 0 auto 17px auto;
          width: 99%;
      }
      .service-cont{
          padding: 32px;
      }
      .blog-cont h2{
          font-size: 30px;
      }
  }
  @media screen and (max-width: 767px) {
      .contact-box-text h2 {
          font-size: 27px;
      }
      .contact-box-form h2 {
          font-size: 25px;
      }
      .faq-box {
          width: 100%;
      }
      .accordion {
          margin: 14px 0 0 0;
      }
      .career-form-input label{
          font-size: 22px;
          margin: 0 0 2px 0;
      }
      .career-input label{
          margin: 0 0 2px 0;
      }
      .career-flex{
          margin: 15px 0 0 0;
      }
      .career-input {
          margin: 0 0 0px 0px;
      }
      .career:first-child {
          margin: 0 0 24px 0;
      }
      .career-text {
          padding: 22px 20px;
      }
      .career h2 {
          font-size: 25px;
      }
      .career:first-child {
          margin: 0 0 8px 0;
      }
      .career-form{
          padding: 28px 16px;
      }
      .service-form h4 {
          font-size: 21px;
          margin: 0 0 18px 0;
      }
      .detail-sidebar {
          width: 100%;
      }
      .service-form{
          margin: 0 0 18px 0;
      }
      .detail-imagebox {
          height: auto;
          margin: 0 0 13px 0;
      }
      .detail-box {
          margin: 26px 0;
      }
      .detail-text p{
          margin: 2px 0 12px 0;
      }
      .detail-text h2{
          font-size: 27px;
          margin: 5px 0 0 0;
      }
      .about_banner_cont h2 {
          font-size: 33px;
      }
      .about_banner_cont ul {
          padding: 7px 17px;
      }
      .service-content {
          margin: 28px 0;
      }
      .about-text ul {
          margin: 9px 0 19px;
      }
      .ab-box{
          width: 100%;
          margin: 7px 0;
      }
      .our-ves{
          margin: 0;
      }
      .service-content h2 {
          font-size: 29px;
      }
      .core{
          margin: 18px 0 0 0;
          height: auto;
      }
      .banner_cont h2{
          font-size: 35px;
      }
      .banner_cont{
          width: 100%;
          left: 16%;
      }
      .banner {
          height: 385px;
      }
      .about-imagebox{
          height: 420px;
      }
      .choose-icon{
          margin-right: 12px;
      }
      .newsletter-form{
          margin-top: 14px;
      }
      .blog-content{
          margin: 18px 0 0 0;
      }
      .blog-text h3 a{
          margin: 9px 0 0;
      }
      .footer_box img {
          width: 20%;
      }
      .footer {
          padding: 32px 0 20px 0;
      }
      .footer_contact li{
          justify-content: left;
          margin: 10px 0 11px 0;
      }
      .link-icon{
          margin-right: 10px;
      }
      .footer-acknowledge p{
          font-size: 16px;
      }
      .about_banner {
          height: 233px;
      }
      .project-box h2 {
          font-size: 28px;
      }
      .project-box {
          margin: 23px 0;
      }
      .project-box p{
          margin: 12px 0 0 0;
      }
      .contact-box {
          margin: 24px 0 0 0;
      }
  }
  @media screen and (max-width: 575px) {
      .footer_box p {
          width: 100%;
      }
      .mapbox {
          height: 280px;
          margin: 18px 0 0 0;
      }
      .contact-box-form form {
          margin: 17px 0 0 0;
      }
      .form_info input{
          height: 49px;
      }
      .form_message{
          height: 136px;  
      }
      .contact_icon {
          width: 50px;
          height: 50px;
          font-size: 22px;
          margin-right: 12px;
      }
      .contact-box-text ul li {
          justify-content: left;
          align-items: flex-start;
          margin: 0 0 18px 0;
          padding: 0 0 4px 0;
      }
      .contact-submit{
          margin: 6px 0 0 0;
      }
      .contact-box-text ul {
          margin: 16px 0 0 0;
      }
      .form-box{
          margin: 0 0 0px 0;
      }
      .contact_info h4 {
          font-size: 19px;
      }
      .accordion-item-header{
          font-size: 20px;
      }
      .refer-form {
          margin: 20px 0 0 0;
      }
      .refer-input {
          width: 100%;
          margin: 0 0 10px 0;
      }
      .ndis-logo img {
          width: 18%;
      }
      .about-imagebox {
          height: 354px;
      }
      .ab-box:before{
          width: 130px;
          height: 125px;
      }
      .ab-box:after {
          width: 152px;
          height: 148px;
          right: -38px;
          top: -43px;
      }
      .about-text ul li{
          width: 100%;
          margin-bottom: 15px;
      }
      .banner_cont{
          left: 2%;  
      }
      .banner_cont p{
          width: 75%;
      }
      .about-imagebox {
          width: 100%;
      }
      .about-cont{
          left: auto;
          right: 0;
      }
      .about-cont p{
          font-size: 14px;
      }
      .about-cont img {
          width: 28%;
      }
      .about-text h5 {
          font-size: 17px;
      }
      .about-text h2 {
          font-size: 25px;
      }
      .about-icontext h4 {
          font-size: 17px;
          margin-left: 8px;
      }
      .about-text ul{
          margin: 19px 0;
      }
      .about-text a{
          padding: 6px 26px;
      }
      .menu-btn a{
        padding: 6px 26px;  
      }
      .blog-btn a{
          padding: 6px 26px;
      }
      .banner_cont a{
         padding: 6px 26px; 
         margin: 18px 0 0 0;
      }
      .banner_cont h2{
          font-size: 30px;
      }
      .banner {
          height: 325px;
      }
      .choose-icon img {
          width: 48%;
      }
      .choose-icon{
          width: 55px;
          height: 55px;
      }
      .choose-flex {
          margin: 15px 0 0 0;
      }
      .choose-icontext p{
          width: 99%;
      }
      .choose-icontext h4 {
          font-size: 22px;
      }
      .choose-box {
          margin: 22px 0 10px;
      }
      .newsletter-box {
          padding: 23px 0 !important;
      }
      .blog-para {
          width: 100%;
      }
      .service-box h2 {
          font-size: 25px;
      }
      .service-box {
          padding: 20px 0;
      }
      .choose-text h5 {
          font-size: 17px;
      }
      .choose-text h2 {
          font-size: 25px;
      }
      .newsletter-head h2 {
          font-size: 25px;
      }
      .news-input {
          margin: 0 0 0px 0;
      }
      .blog-cont h5 {
          font-size: 17px;
      }
      .blog-cont h2 {
          font-size: 25px;
      }
      .blog-text h3 a {
          font-size: 21px;
      }
      .blog-text {
          padding: 30px 19px 30px 10px;
      }
  }
  
  
  @media screen and (max-width: 450px) {
      .career-input {
          width: 100%;
      }
      .form_info {
          width: 100%;
      }
  }
  .blog_head p strong {
      color: #000;
      font-size: 18px;
  }
  
  
  /*=================*/
  
 
  
  h3.wp-block-heading {
      font-size: 23px;
      margin: 10px 0px;
      text-transform: capitalize;
      color: #000;
  }
  
  .footer_copyright p a {
      color: #179c9e;
  }
  
  .footer_copyright p a:hover {
        color: #fff;
  }
a.next.page-numbers {
    border-radius: 0;
}
  span.page-numbers.current {
    background: black;
    padding: 0px 11px;
    border-radius: 50%;
    color: white;
    font-size: 21px;
	  margin-left: 10px;
}
a.page-numbers{
	background: black;
    padding: 0px 11px;
    border-radius: 50%;
    color: white;
    font-size: 21px;
	 margin-left: 10px;
}
.service-icon img {  
    display: none;
}
section.Why-Choose-Us .service-icon img {
    display: block;
}
section.Why-Choose-Us .service-icon img {
    display: block;
    width: 50px;
    padding: 4px;
    margin: auto;
}

@media screen and (max-width: 1360px) {

.testimonials-box {
    width: 90% !important;
    height: 400px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 19px;
    position: relative;
    margin: 15px 13px;
    border-radius: 12px;
}
}
@media screen and (max-width: 1140px) {
	
	.testimonials-box {
    width: 96% !important;
    height: 420px;
   }
	.menu ul li {
    display: inline-block;
    margin: 0 16px;
    position: relative;
  }
	.core {
    height: auto;
}
	.detail-sidebar {
    width: 100%;   
}
	
}

@media screen and (max-width: 991px){
.nav-box {
    justify-content: end !important;
}
.header-info {
	width: 100%;
}
.header-contact {
    width: 60%;
}
	.testimonials-box {
    width: 90% !important;
    height: Auto;
}
.logo {  
    left: 14%;
}
section.Why-Choose-Us .about-text {   
    margin-bottom: 60px;
}
.newsletter-form {   
    padding: 40px 30px;
}
.ab-box {
    width: 46%;   
    height: 350px;
}
.choose-flex {  
    display: block;  
}
	.menu ul li {
    width: 100%;
}

.menu ul li a {
    width: 100%;
    display: block;
}
	.menu ul li {
    width: 96%;
}
	.logo {   
    top: -7px;
    left: 5%;
}
	section.header.sticky img {
    width: 70px;
}
	.logo {   
    top: -4px;
    left: 5%;
}
	.newsletter-head h2 {
    margin-bottom: 30px;
}
	.footer_box img {
    width: 36%;
}
	.logo img {
    background-color: white;
    border-radius: 50%;
    PADDING: 4px;
    width: 70px !important;
}
	
}


@media screen and (max-width: 840px){
.logo {
    left: 8%;
}	
	.contact-box-form h2 {
    font-size: 34px;
}
	.contact-box-text h2 {
    font-size: 36px;
}
}

@media screen and (max-width: 768px){
.logo {
    left: 8%;
}
.header-contact {
 width: 100%;
}
.head-icon {
    width: 30%;
    text-align: right;
    display: none;
}
	.contact-box-form {
    width: 100%;
    margin-top: 50px;
}
	.about-imagebox {
    height:Auto;
}
.testimonials-box {
    width: 96% !important;
    height: 350px;
}
	.silder-box {
    padding: 36px;
}
	
}
@media screen and (max-width: 734px){
	.ab-box {
    width: 100%;
    height: 300px;
    display: block;
}
}


@media screen and (max-width: 600px){
.detail-text ul li {
    width: 100%;
}
	.logo {
    left: 4%;
}
	.logo img {
    background-color: white;
    border-radius: 50%;
    PADDING: 4px;
    width: 78px !important;
}
	.about-cont:after {
    position: absolute;
    bottom: 200px;
    right: 3%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #ed8c25;
    opacity: .8;
    content: " ";
}
	.about-cont:before {
    position: absolute;
    bottom: 100px;
    right: 4%;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #ff8100;
    opacity: .8;
    content: " ";
}
	.banner {
    height: 400px;
}
	.logo img {
    background-color: white;
    border-radius: 50%;
    PADDING: 4px;
    width: 70px !important;
}
	.why-box {  
    width: 85%;
    margin: 10px auto;
}
	
}
@media screen and (max-width: 460px){
	.about_banner_cont {
    position: absolute;
    top: 25%;
    left: 9%;
    z-index: 9;
}
	.newsletter-form {
    padding: 40px 20px;
}

}
@media screen and (max-width: 414px){
	.newsletter-form {
    padding: 40px 20px;
}
	.why-box {
    width: 98%;
    margin: 10px auto;
}
	.news-input input {  
    height: 45px;    
}
	.news-area textarea {   
    height: 150px;   
}
	.header-top {  
    display: none;
}

	
}
@media screen and (max-width: 360px){
.testimonials-box {
    width: 93% !important;
    height: 420px;
	}}

/* ================= */

a.ser-a {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--tertiary-color);
    font-size: 17px;
    font-family: roboto-medium;
    border-radius: 5px;
    padding: 10px 30px;
    margin-top: 40px;
    border-radius: 30px;
}
ddiv.NDIS_static img {
    position: fixed;
    /* top: 0; */
    bottom: 83px;
    width: 166px;
	    z-index: 99999;
}
.wpcf7 form .wpcf7-response-output {
    color: red !important;
}