body {
    font-family: "Poppins", serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}

.container-fluid{
    max-width: 1920px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}


.container{
    max-width: 1240px !important;
    width: 100%;
    margin: 0 auto;
}

p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #000;
}

/**********HEADER**********/

.top-header{
    background-color: #6A2A76;
    padding-top: 20px;
    padding-bottom: 65px;
}

.header-left ul{
    padding: 0px;
    margin: 0px;
}

.header-left ul li{
    list-style-type: none;
    display: inline-block;
    width: 32%;
    font-size: 11px;
    color: #fff;
}

.header-left ul li i{
    background-color: #EEEEEE;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    font-size: 24px;
    color: #000;
    text-align: center;
    padding: 10px;
    line-height: 42px;
}

.header-left ul li h6{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.header-left ul li a{
    font-size: 11px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.header-right ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.header-right ul li{
    list-style-type: none;
    display: inline-block;
}

.header-right ul li a i{
    background-color: #EEEEEE;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    font-size: 24px;
    text-align: center;
    padding: 10px;
    line-height: 42px;
    color: #000;
}














.menu-section{
    margin-top: -50px;
    position: relative;
}

.menu-section nav.navbar.navbar-expand-lg.bg-body-tertiary{
    background-color: #fff;
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 9;
    padding: 0px 15px;
    border-radius: 10px;
}

.navbar-brand img{
    width: 162px;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link{
  padding: 10px 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #000;
} 

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: #6A2A76;
}


a.btn.btn-contact{
    border: 1px solid #800000;
    background-color: #800000;
    padding: 12px 30px 14px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin-right: 20px;
    border-radius: 30px;
}

a.btn.btn-contact:hover{
    border: 1px solid #800000;
    background-color: #800000;
    color: #fff;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0px;
    border-radius: 0px;
    background-color: #f8f9fa;
    border-top: 3px solid #6A2A76 !important;
    border: 1px solid #6A2A76;
}

a.dropdown-item {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
}

/*.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin: 1em auto;
  width: 280px;
  background-color: #eee;
  padding: 0.5em 0;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.6);
  border-radius: 8px;
}*/

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: "▲";
    padding-left: 20px;
    position: absolute;
    top: -20px;
    width: 30px;
    color: #6A2A76;
}

a.dropdown-item:hover{
    color: #6A2A76;
    background-color: #fff;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #fff;
    color: #000;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

a.right-logo img{
    width: 70px;
    height: 70px;
}

.nav-logo-btn {
    position: absolute;
    top: 0;
    right: 1%;
    z-index: 9;
}



/**********MOBILE MENU***********/

.clickmenus{
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    z-index: 99;
    display: none;
    float: left;
    background-color: #6A2A76;
    padding: 11px 12px;
    border-radius: 50%;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #6A2A76;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 14px 20px;
    border-bottom: 1px solid #833791;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #fff;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 5px;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
    top: 81px;
    right: 36px;
    left: unset;
  }

  .fixed-top .clickmenus {
    top: -60px;
    z-index: 9;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}






/**********BANNER SECTION***********/


.slider-section {
  width: 100%;
  height: 700px;
}
.slider-section .carousel {
  height: 100%;
}
.slider-section .carousel .carousel-inner {
  height: 100%;
}
.slider-section .carousel .carousel-inner .carousel-item {
  height: 100%;
}
.slider-section .carousel .carousel-inner .carousel-item .title {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 999;
}
.slider-section .carousel .carousel-inner .carousel-item .title h5 {
    font-size: 70px;
    font-family: "Philosopher", serif;
    margin-left: 15%;
    margin-right: 15%;
    line-height: 80px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

.slider-section .carousel .carousel-inner .carousel-item .title p{
    font-size: 18px;
    margin-left: 15%;
    margin-right: 15%;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.slider-section .carousel .carousel-inner .carousel-item .title .animated {
  animation-duration: 1.3s;
  animation-delay: 0.5s;
}
.slider-section .carousel .carousel-inner .carousel-item img {
  object-fit: cover;
  height: 700px;
}

.slider-section .carousel .carousel-inner .carousel-item img:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.6;
}

.carousel-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: black;
  opacity: 0.6;
}


.carousel-item {
    transition: transform 2.s ease-in-out;
  }
  .carousel-fade .active.carousel-item-start,
  .carousel-fade .active.carousel-item-end {
    transition: opacity 0s .2s;
  }












.slider-section{
    margin-top: -30px;
}

.slider-section h2{
    font-family: "Lemon", serif;
    font-size: 56px;
    line-height: 72px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.slider-section img{
    width: 100%;
}

.slider-section p{
    color: #fff;
    margin-bottom: 15px;
}

a.btn.btn-learn {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 14px 30px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #650000;
}

/*.carousel-control-next {
    right: -120px;
}

.carousel-control-prev{
    left: -120px;
}*/

/************ABOUT SECTION***********/

.about-section{
    padding: 50px 0;
}

.about-section img{
    width: 100%;
    border-radius: 10px;
    position: relative;
    z-index: 9;
    height: 500px;
    object-fit: cover;
}

.about-section h1{
    font-family: "Lemon", serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    color: #6A2A76;
    margin-bottom: 10px;
}

.about-section h6{
    background-color: #6A2A76;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
    max-width: 93px;
    width: 100%;
    border-radius: 5px;
}

a.btn.btn-more {
    border: 1px solid #650000;
    background-color: #650000;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
}

.about-lists ul{
    background-color: #650000;
    padding: 60px 20px;
    margin: 0px;
    display: flex;
    text-align: center;
    border-radius: 20px;
    margin-top: -50px;
    margin-left: 40px;
    margin-right: 40px;
}

.about-lists ul li{
    list-style-type: none;
    display: inline-block;
    width: 25%;
    border-right: 1px solid #830606;
    padding-right: 40px;
    margin-right: 40px;
}

.about-lists ul li:last-child{
    border-right: none;
    padding-right: 0px;
    margin-right: 0px;
}

.about-lists ul li img{
    width: 82px;
    height: 82px;
    margin-bottom: 15px;
}

.about-lists ul li h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}

/************SERVICE SECTION***********/

.service-section{
    background: url("../images/service-bg.png") center center no-repeat;
    width: 100%;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 80px;
}

.service-section h4{
    font-family: "Lemon", serif;
    font-size: 48px;
    line-height: 54px;
    font-weight: 400;
    color: #6A2A76;
    margin-bottom: 20px;
    padding-top: 80px;
}

.service-section ul{
    padding: 0px;
    margin: 0px;
    text-align: center;
}

.service-section ul li{
    list-style-type: none;
    border: 1px solid #D2D2D2;
    padding: 40px 20px;
    border-radius: 10px;
    background-color: #F6F2F2;
    width: 100%;
    height: 250px;
    box-shadow: 0 3px 6px rgb(209 209 209 / 80%);
}

.service-section ul li .list-img{
    background-color: #fff;
    padding: 21px 10px;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 10px;
}

.service-section ul li .list-img img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}

.service-section ul li h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 0px;
}

.service-section ul li h5 a{
    color: #000;
    text-decoration: none;
}

.service-lists1 li{
    margin-top: 40px;
}

.service-lists2 li{
    margin-top: -80px;
    margin-bottom: 120px;
}

.service-lists3 li{
    margin-top: -30px;
    margin-bottom: 80px;
}

a.btn.btn-service {
    border: 1px solid #650000;
    background-color: #650000;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
}

/**************FEEDBACK SECTION*************/

.feedback-section{
    padding: 50px 0;
}

.feedback-content{
    text-align: center;
    padding-left: 120px;
    padding-right: 120px;
    margin-bottom: 20px;
}

.feedback-section h4{
    font-family: "Lemon", serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    color: #6A2A76;
    margin-bottom: 10px;
}

a.btn.btn-referral {
    border: 1px solid #650000;
    background-color: #650000;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    margin-right: 20px;
}

.feedback-section h5{
    font-family: "Lemon", serif;
    font-size: 35px;
    line-height: 40px;
    font-weight: 400;
    color: #6A2A76;
    margin-bottom: 10px;
}

.feedback-section form{
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 10px;
    background-color: #eee;
    box-shadow: 0 3px 6px rgb(209 209 209 / 80%);
}

.feedback-section form label {
    font-size: 16px;
    line-height: 23px;
    color: #00333E;
    margin-bottom: 2px;
}

.feedback-section form input.form-control {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 12px 16px;
    height: 45px;
    font-size: 16px;
    line-height: 23px;
    color: #5E5E5E;
    width: 100%;
    margin-bottom: 20px;
}

.feedback-section form textarea {
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    padding: 12px 16px;
    height: 110px;
    font-size: 16px;
    line-height: 23px;
    color: #5E5E5E;
    width: 100%;
    margin-bottom: 20px;
}

.feedback-section form button.btn.btn-primary {
    border: 1px solid #650000;
    background-color: #650000;
    padding: 12px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
}

/**************WORK SECTION**************/

.word-section {
    padding: 40px 0;
    background-color: #f7ebeb;
}

.word-content{
    text-align: center;
    margin-bottom: 40px;
}

.word-section h4{
    font-family: "Lemon", serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    color: #6A2A76;
    margin-bottom: 10px;
}

.word-content p{
    padding-left: 80px;
    padding-right: 80px;
}

.word-section h6{
    border: 4px solid #9E1DB6;
    background-color: #6A2A76;
    padding: 5px;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    position: absolute;
}

.work-img {
    background-color: #fff;
    padding: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.work-img img{
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
}

.word-section h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    font-family: 'Lemon';
    text-align: center;
}

.word-section p{
    text-align: center;
}

/****************TESTIMONAIL SECTION**************/

.testimonial-section{
    padding: 50px 0;
}

.testimonial-section h4{
    font-family: "Lemon", serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    color: #6A2A76;
    text-align: center;
    margin-bottom: 10px;
}

.testimonial-section .owl-one .item{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(209 209 209 / 80%);
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.testimonial-section .owl-one .item img{
    width: 50px !important;
    height: 50px;
    border-radius: 50%;
    float: left;
    margin-right: 15px;
}

.testimonial-section .owl-one .item h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.testimonial-section .owl-one .item h5 span{
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    display: block;
}

.testimonial-section button.owl-prev {
    position: absolute;
    left: -25px;
    top: 40%;
    margin: 0px !important;
    background-color: #666666 !important;
    padding: 0px 15px !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}

.testimonial-section button.owl-next {
    position: absolute;
    right: -25px;
    top: 40%;
    margin: 0px !important;
    background-color: #666666 !important;
    padding: 0px 15px !important;
    border-radius: 50% !important;
    width: 40px;
    height: 40px;
}

.testimonial-section button.owl-next span {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

.testimonial-section button.owl-prev span {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
}

.testimonial-section .owl-dots{
    display: none;
}

/***********FOOTER***********/

footer{
    background-color: #6A2A76;
}

.top-footer{
    padding-top: 30px;
    padding-bottom: 0px;
    text-align: center;
}

.top-footer img{
    width: 120px;
    height: 120px;
}

.top-footer h6{
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 5px;
}

.top-footer h5{
    font-size: 96px;
    line-height: 90px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 0px;
}

.top-footer h5 a{
    color: #fff;
    text-decoration: none;
}

.mid-footer{
    padding-top: 30px;
    padding-bottom: 20px;
}

.mid-footer p{
    color: #fff;
    font-size: 14px;
    margin-bottom: 12px;
}

.mid-footer h4{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.mid-footer h5{
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.quiks ul{
    padding: 0px;
    margin: 0px;
}

.quiks ul li{
    list-style-type: none;
    padding-bottom: 15px;
}

.quiks ul li a{
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-decoration: none;
}

.footer-adds ul{
    padding: 0px;
    margin: 0px;
}

.footer-adds ul li{
    list-style-type: none;
    display: inline-block;
}

.footer-adds ul li a i{
    background-color: #EEEEEE;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    line-height: 22px;
    color: #000;
}

.bottom-footer {
    background-color: #650000;
    padding: 15px 0;
}

.footer-links ul{
    padding: 0px;
    margin: 0px;
}

.footer-links ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 15px;
}

.footer-links ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.copyright p{
    color: #fff;
    font-size: 14px;
    text-align: right;
    margin-bottom: 0px;
}


/*************CONTACT US PAGE************/

.page-banner{
  background: url("../images/banner1.png") top center no-repeat;
  background-size: cover;
  display: table;
  width: 100%;
  height: 300px;
  margin-top: -30px;
}

.page-banner .overlay{
  background-color: rgb(0 0 0 / 65%);
  height: 300px;
  padding: 100px 0;
  display: table-cell;
  vertical-align: bottom;
}

.page-banner h1{
    font-family: "Lemon", serif;
    font-size: 48px;
    line-height: 56px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}


.page-banner ul.breadcrumb {
    background: transparent;
    padding: 10px 0 0;
    margin: 0 auto;
    display: block;
    border-radius: 0px;
}

.page-banner ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

.page-banner ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.page-banner ul.breadcrumb li a:hover{
  color: #fff;
  text-decoration: underline;
}

.page-banner ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

.contact-section{
  background: #eee url("../images/contact-bg.png") top left no-repeat;
  padding: 100px 0;
}

.contact-section h2{
    font-family: "Lemon", serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    color: #6A2A76;
    margin-bottom: 20px;
}

.contact-left ul{
  padding: 0px;
  margin: 0px;
  margin-top: 20px;
}

.contact-left ul li{
  list-style-type: none;
  display: inline-block;
}

.contact-left ul li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.contact-left ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

.contact-left ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}

.contact-left ul li a i.fa-square-x-twitter{
  background-color: #000;
  color: #fff;
}

.contact-left ul li a i.fa-square-x-twitter:hover{
  background-color: #111;
}

.contact-left ul li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

.contact-left ul li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

.contact-left ul li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

.contact-left ul li a i.fa-youtube:hover{
  background-color: #8e1814;
}


.contact-right{
    padding-left: 80px;
    padding-right: 80px;
}

.contact-right form h3{
    font-family: "Lemon", serif;
    font-size: 34px;
    line-height: 42px;
    color: #6A2A76;
    margin-bottom: 20px;
    text-align: center;
}

.contact-right form{
    border: 1px solid #ccc;
    padding: 40px;
    border-radius: 10px;
    background-color: rgb(106 42 118 / 12%);
    box-shadow: 0 3px 6px rgb(209 209 209 / 80%);
}

.contact-right form label{
    color: #6A2A76;
    font-size: 14px;
    font-weight: 600;
}

.contact-right form input{
    border: 1px solid #6A2A76;
    padding: 10px;
    font-size: 14px;
    height: 44px;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-right form select{
    border: 1px solid #6A2A76;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    height: 44px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-right form textarea{
    border: 1px solid #6A2A76;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    height: 120px;
    width: 100%;
    margin-bottom: 20px;
}

.contact-right form a.btn.btn-primary {
    border: 1px solid #6A2A76;
    background-color: #6A2A76;
    padding: 16px 30px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    border-radius: 5px;
    max-width: 194px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.contact-right form a.btn.btn-primary:hover{
    border: 1px solid #6A2A76;
    background-color: #6A2A76;
}


.address-section,
.address-sections{
  padding: 50px 0;
}

.address-sections h5{
    font-family: "Lemon", serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    text-decoration: underline;
    margin-bottom: 20px;
}

.address-sections p a{
    color: #6A2A76;
    text-decoration: underline;
}

.address-sections p a:hover{
    text-decoration: none;
}

.address-sections h3{
    font-family: "Lemon", serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #000;
    margin-bottom: 10px;
}

.address-sections select,
.address-sections input.form-control{
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    height: 42px;
    color: #5c5c5c;
    margin-bottom: 15px;
    border-radius: 5px;
}

.address-sections textarea{
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    color: #5c5c5c;
    height: 60px;
    margin-bottom: 15px;
    border-radius: 5px;
}

label.label-check{
    margin-bottom: 15px;
}

label.label-check a{
    color: #6A2A76;
    font-weight: 600;
    text-decoration: underline;
}

a.btn.btn-primary {
    border: 1px solid #6A2A76;
    background-color: #6A2A76;
    padding: 12px;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #fff;
}

a.btn.btn-primary:hover{
    border: 1px solid #6A2A76;
    background-color: #6A2A76;
    color: #fff;
}
































.contactbox{
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 3px 6px rgb(209 209 209 / 80%);
}

.address-section i {
    background-color: #6A2A76;
    padding: 15px;
    border-radius: 50%;
    font-size: 30px;
    width: 60px;
    height: 60px;
    text-align: center;
    color: #fff;
}

.address-section h4{
    font-family: "Lemon", serif;
    font-size: 24px;
    line-height: 32px;
    color: #6A2A76;
    margin-bottom: 15px;
    padding-top: 15px;
}

.address-section h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
  margin-bottom: 0px;
}

.address-section h6 a{
  color: #000;
  text-decoration: none;
}

/*************ABOUT US PAGE*************/

.about-body{
    padding: 50px 0;
}

.about-body img{
    width: 100%;
    height: 460px;
    object-fit: cover;
    border-radius: 10px;
}

.about-body h2{
    font-family: "Lemon", serif;
    font-size: 34px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 10px;
}

.about-body p{
    color: #fff;
}

.about-body-right{
    background-color: #286cb2;
    padding: 40px;
    margin-left: -200px;
    margin-top: 50px;
    border-radius: 10px;
}

.story-section{
    padding: 50px 0;
    border-top: 2px solid #ddd;
}

.story-section h3{
    font-family: "Lemon", serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #6A2A76;
    margin-bottom: 20px;
}

.story-section img{
    width: 100%;
}

.mission-vision{
    padding: 50px 0;
    background-color: #eee;
}

.mission-vision h4{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}

.mission-vision p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
}

.mis-vis-left{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 215px;
}

.mis-vis-left i{
    border: 2px solid #1acd31;
    padding: 15px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 40px;
    color: #1acd31;
    float: left;
    margin-right: 20px;
    text-align: center;
    margin-top: 30px;
    line-height: 90px;
    margin-bottom: 20px;
}

.mis-vis-right{
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    height: 215px;
}

.mis-vis-right i{
    border: 2px solid #6A2A76;
    padding: 15px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    font-size: 40px;
    color: #6A2A76;
    float: left;
    margin-right: 20px;
    text-align: center;
    margin-top: 30px;
    line-height: 90px;
    margin-bottom: 20px;
}

.getin-section{
    background: url("../images/getin-bg.jpg") top center no-repeat;
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
}

.getin-section .overlay{
    background-color: rgb(0 0 0 / 65%);
    padding: 100px 0;
    text-align: center;
}

.getin-section h4{
    font-family: "Lemon", serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px;
}

.getin-section p{
    padding-left: 200px;
    padding-right: 200px;
    color: #fff;
    margin-bottom: 30px;
}

a.btn.btn-contactus{
    border: 1px solid #1acd31;
    background-color: #1acd31;
    padding: 12px 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
}

/**************SERVICE PAGE**************/

.service-body-section{
    padding: 50px 0;
    background-color: #f5f5f5;
}

.serve-box{
    border: 1px solid #ccc;
    padding: 25px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 3px 6px rgb(209 209 209 / 80%);
    min-height: 334px;
}

.serve-box img{
    width: 120px;
    height: 120px;
    margin-bottom: 15px;
}

.serve-box h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.serve-box h5 a{
    color: #000;
    text-decoration: none;
}

.serve-box h5 a:hover{
    color: #6A2A76;
}

a.read-more{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #6A2A76;
    text-transform: uppercase;
    text-decoration: underline;
}

a.read-more:hover{
    text-decoration: none;
}

.ndis-section{
    padding: 100px 0;
    background-color: #286cb2;
}

.ndis-section p{
    font-family: "Lemon", serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}

.ndis-section img{
    width: 160px;
    height: 160px;
    float: left;
    margin-right: 20px;
}

.service-detail-section{
    padding: 50px 0;
}

.service-detail-section .carousel img{
    width: 100%;
    height: 650px;
    object-fit: cover;
}

.service-detail-section h2{
    font-family: "Lemon", serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #6A2A76;
    padding-top: 40px;
    margin-bottom: 10px;
}

.service-detail-section img{
    width: 100%;
}

.service-detail-rows{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}

.speech-section{
    padding: 70px 0;
    background-color: #286cb2;
}

.speech-section h3{
    font-family: "Lemon", serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
}

a.btn.btn-enquiry {
    border: 2px solid #fff;
    background-color: #fff;
    padding: 14px 40px 11px;
    float: right;
    border-radius: 30px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #286cb2;
    text-transform: uppercase;
    margin-top: 14px;
}

a.btn.btn-enquiry:hover{
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}
























/*************FORM PAGE**************/

.form-page-section{
    padding: 50px 0;
    background-color: #f5f5f5;
}

.form-page-section form{
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 3px 6px rgb(209 209 209 / 80%);
}

.form-page-section form label{
    font-size: 16px;
    color: #000;
    margin-bottom: 2px;
}

.form-page-section form input{
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    color: #000;
    height: 46px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.form-page-section form select{
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    color: #000;
    height: 46px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.form-page-section form textarea{
    width: 100%;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    color: #000;
    height: 100px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.form-page-section form button.btn.btn-primary {
    border: 1px solid #1acd31;
    background-color: #1acd31;
    padding: 12px 30px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    max-width: 130px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

/******************FAQS PAGE START HERE*******************/

.faqs-sections{
    padding: 50px 0;
}

.faq {
  width: 100%;
  max-width: 1024px;
  margin: 2em auto;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.faq:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 768px) {
  .faq {
    position: relative;
    box-shadow: none;
  }
}
ul.faq-group,
ul.categories{
    padding: 0px;
    margin: 0px;
}
ul.faq-group,
ul.categories li{
    list-style-type: none;
}

.categories a {
  position: relative;
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 28px 0 16px;
  background-color: #ddd;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #111;
    white-space: nowrap;
    border-bottom: 1px solid #ccc;
    text-overflow: ellipsis;
    text-decoration: none;
}
.categories a::before, .categories a::after {
  /* plus icon on the right */
  position: absolute;
  top: 50%;
  right: 16px;
  display: inline-block;
  height: 1px;
  width: 10px;
  background-color: #7f868e;
}
.categories a::after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.categories li:last-child a {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .categories {
    width: 20%;
    float: left;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
  }
  .categories a {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 600;
    padding-left: 24px;
    padding: 0 24px;
    color: #000;
    text-decoration: none;
    -webkit-transition: background 0.2s, padding 0.2s;
    -moz-transition: background 0.2s, padding 0.2s;
    transition: background 0.2s, padding 0.2s;
  }
  .categories a::before, .categories a::after {
    display: none;
  }
  .no-touch .categories a:hover {
    background: #555b61;
  }
  .no-js .categories {
    width: 100%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1024px) {
  .categories {
    position: absolute;
    top: 0;
    left: 0;
    width: 250px;
    z-index: 2;
    padding: 0px;
    margin: 0px;
  }
  .categories a::before {
    /* decorative rectangle on the left visible for the selected item */
    display: block;
    top: 0;
    right: auto;
    left: 0;
    height: 100%;
    width: 3px;
    background-color: #a9c056;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
  .categories .selected {
    background: #bdbdbd !important;
    color: #000;
  }
  .categories .selected::before {
    opacity: 1;
  }
  .categories.is-fixed {
    /* top and left value assigned in jQuery */
    position: fixed;
  }
  .no-js .categories {
    position: relative;
  }
}

.faq-items {
  position: fixed;
  height: 100%;
  width: 90%;
  top: 0;
  right: 0;
  background: #ffffff;
  padding: 0 5% 1em;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 99;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0) translateX(100%);
  -moz-transform: translateZ(0) translateX(100%);
  -ms-transform: translateZ(0) translateX(100%);
  -o-transform: translateZ(0) translateX(100%);
  transform: translateZ(0) translateX(100%);
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -moz-transform .3s;
  transition: transform .3s;
}
.faq-items.slide-in {
  -webkit-transform: translateZ(0) translateX(0%);
  -moz-transform: translateZ(0) translateX(0%);
  -ms-transform: translateZ(0) translateX(0%);
  -o-transform: translateZ(0) translateX(0%);
  transform: translateZ(0) translateX(0%);
}
.no-js .faq-items {
  position: static;
  height: auto;
  width: 100%;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (min-width: 768px) {
  .faq-items {
    position: static;
    height: auto;
    width: 78%;
    float: right;
    overflow: visible;
    -webkit-transform: translateZ(0) translateX(0);
    -moz-transform: translateZ(0) translateX(0);
    -ms-transform: translateZ(0) translateX(0);
    -o-transform: translateZ(0) translateX(0);
    transform: translateZ(0) translateX(0);
    padding: 0;
    background: transparent;
  }
}
@media only screen and (min-width: 1024px) {
  .faq-items {
    float: none;
    width: 100%;
    padding-left: 260px;
  }
  .no-js .faq-items {
    padding-left: 0;
  }
}

.cd-close-panel {
  position: fixed;
  top: 5px;
  right: -100%;
  display: block;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: right 0.4s;
  -moz-transition: right 0.4s;
  transition: right 0.4s;
}
.cd-close-panel::before, .cd-close-panel::after {
  /* close icon in CSS */
  position: absolute;
  top: 16px;
  left: 12px;
  display: inline-block;
  height: 3px;
  width: 18px;
  background: #6c7d8e;
}
.cd-close-panel::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.cd-close-panel::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.cd-close-panel.move-left {
  right: 2%;
}
@media only screen and (min-width: 768px) {
  .cd-close-panel {
    display: none;
  }
}

.faq-group {
  /* hide group not selected */
  display: none;
}
.faq-group.selected {
  display: block;
}
.faq-group .faq-title {
  background: transparent;
  box-shadow: none;
  margin: 1em 0;
}
.no-touch .faq-group .faq-title:hover {
  box-shadow: none;
}
.faq-group .faq-title h2 {
  font-family: "Lemon", serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #6A2A76;
    margin-bottom: 10px;
}
.no-js .faq-group {
  display: block;
}
@media only screen and (min-width: 768px) {
  .faq-group {
    /* all groups visible */
    display: block;
  }
  .faq-group > li {
    background: #ffffff;
    margin-bottom: 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
  }
  .no-touch .faq-group > li:hover {
    box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
  }
  .faq-group .faq-title {
    margin: 2em 0 1em;
  }
  .faq-group:first-child .faq-title {
    margin-top: 0;
  }
}

.trigger {
  position: relative;
  display: block;
  margin: 1.6em 0 .4em;
  line-height: 1.2;
  color: #000;
    font-weight: 600;
}
@media only screen and (min-width: 768px) {
  .trigger {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    padding: 10px;
    color: #000;
    text-decoration: none;
  }
  .trigger::before, .trigger::after {
    /* arrow icon on the right */
    position: absolute;
    right: 24px;
    top: 50%;
    height: 2px;
    width: 13px;
    background: #cfdca0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
  }
  .trigger::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 32px;
  }
  .trigger::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .trigger::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .content-visible .trigger::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

.faq-content p {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #000;
}
@media only screen and (min-width: 768px) {
  .faq-content {
    display: none;
    padding: 0 14px 1px;
  }
  .faq-content p {
    line-height: 1.6;
  }
  .no-js .faq-content {
    display: block;
  }
}


.faqs-section{
    padding: 70px 0;
}

.faqs-section h4 {
    font-family: "Lemon", serif;
    font-size: 48px;
    line-height: 60px;
    font-weight: 400;
    color: #6A2A76;
    text-align: center;
    margin-bottom: 20px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0px;
  list-style: none;
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #6A2A76;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
  font-weight: 400;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 0 0 0 0;
  margin: 0;
  font-family: "Lemon", serif;
  font-size: 18px;
  letter-spacing: 0.01em;
  cursor: pointer;
  color: #fff;
}
ul.accordion-list li h3:after {
  content: "";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #Fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 16px;
  color: #fff;
}

.single-page-section{
    padding: 50px 0;
}


/****************GALLERY*************/

.gallery-sections{
  padding: 50px 0;
}

.main .gallery-divs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  color: #252a32;
  border-radius: 2px;
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 70%;
  background: #ffffff;
  position: relative;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
    transition: -webkit-transform .2s ease;
    transition: transform .2s ease;
    transition: transform .2s ease,-webkit-transform .2s ease;
    -webkit-transition: transform .2s ease;
    -moz-transition: transform ease .2s;
    -ms-transition: transform ease .2s;
    object-fit: cover;
}

.main .card-image img:hover{
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

@media only screen and (max-width: 600px) {
  .main .gallery-divs {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}


/***************NDIS PAGE**************/

.ndis-sections{
    padding: 50px 0;
}

.ndis-sections h2{
    font-family: "Lemon", serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #6A2A76;
    margin-bottom: 5px;
}

.ndis-sections p a{
    color: #000;
    text-decoration: underline;
}

.ndis-sections p a:hover{
    color: #6A2A76;
    text-decoration: none;
}

.ndis-sections-left{
    border-right: 1px solid #ddd;
    padding-right: 50px;
}

.ndis-sections hr{
    margin-top: 20px;
    margin-bottom: 30px;
}

/*************LOCATION PAGE************/

.loation-banner{
    margin-top: -25px;
}

.location-section{
    padding: 50px 0;
}

.location-section h2{
    font-family: "Lemon", serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #6A2A76;
    margin-bottom: 20px;
    border-bottom: 2px solid #6A2A76;
}

.location-section ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

.location-section ul li{
    list-style-type: none;
    display: inline-block;
    width: 23%;
    margin-right: 20px;
}

.location-section ul li a{
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    text-align: center;
    text-decoration: none;
    background-color: #eee;
    padding: 10px;
    display: block;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.location-section ul li a:hover{
    background-color: #6A2A76;
    border: 1px solid #6A2A76;
    color: #fff;
    text-decoration: none;
}




.input-transparent{
font-size: 16px;
line-height: 1.5;
text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
border: none;
background: rgba(255, 255, 255, 0.2);
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%23FFFFFF' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
background-repeat: no-repeat;
background-position: 10px 15px;
background-size: 20px 20px;
border-radius: 5px;
width: 400px;
    padding: .5em 1em .5em 2.5em;
    height: 50px;
    margin-bottom: 0px;
} 

.input-transparent::placeholder{
  color: #FFF;
}

.input-transparent:focus {
  outline: none;
  background: rgba(255, 255, 255, 100);
  text-shadow: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'><path fill='%238C92A0' d='M13.22 14.63a8 8 0 1 1 1.41-1.41l4.29 4.29a1 1 0 1 1-1.41 1.41l-4.29-4.29zm-.66-2.07a6 6 0 1 0-8.49-8.49 6 6 0 0 0 8.49 8.49z'></path></svg>");
  background-repeat: no-repeat;
background-position: 10px 15px;
background-size: 20px 20px;
}

.bg-gradient{
    padding: 20px 20px;
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #6A2A76;
    border-radius: 10px;
    margin-top: -50px;
}

a.locations{
    background-color: #561d60;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    margin-right: 15px;
    border-radius: 10px;
}

a.locations i{
    padding-right: 10px;
}

a.locations:hover{
    background-color: #6A2A76;
}


.location-detail-section{
    padding: 50px 0;
    background-color: #eee;
}

.location-detail-section h2{
    font-family: "Lemon", serif;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    color: #6A2A76;
    margin-bottom: 20px;
    text-align: center;
}

.location-box {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 3px 6px rgb(209 209 209 / 80%);
    min-height: 319px;
    text-align: center;
}

.location-box img{
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
}

.location-box h5{
    font-family: "Lemon", serif;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

.location-box h5 a{
    color: #000;
    text-decoration: none;
}

.location-box h5 a:hover{
    color: #6A2A76;
}

a.readmores{
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #6A2A76;
    text-transform: uppercase;
    text-decoration: underline;
}

a.readmores:hover{
    text-decoration: none;
}

.steps-section{
    padding: 50px 0;
}

.steps-section h3{
    font-family: "Lemon", serif;
    font-size: 34px;
    line-height: 42px;
    font-weight: 400;
    color: #6A2A76;
    text-align: center;
    margin-bottom: 25px;
}

.steps-section ul{
    padding: 0px;
    margin: 0px;
    text-align: center;
    position: relative;
}

.steps-section ul li{
    list-style-type: none;
    display: inline-block;
    width: 33%;
}

.steps-section ul li span{
    font-size: 100px;
    line-height: 110px;
    font-weight: 900;
    color: #6A2A76;
    margin-bottom: 10px;
    background-color: #fff;
    padding: 20px 40px;
}

.steps-section ul:after {
    content: "";
    width: 60%;
    height: 1px;
    background-color: #959595;
    position: absolute;
    top: 55px;
    left: 0%;
    z-index: -1;
    right: 0%;
    text-align: center;
    margin: 0 auto;
}

.steps-section ul li h4{
    font-family: "Lemon", serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #6A2A76;
    text-align: center;
    margin-bottom: 5px;
}

.steps-section ul li p{
    font-size: 14px;
    line-height: 20px;
}

a.btn.btn-caring {
    border: 1px solid #6A2A76;
    background-color: #6A2A76;
    padding: 12px 30px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #fff;
    border-radius: 30px;
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}

a.btn.btn-caring:hover{
    border: 1px solid #6A2A76;
    background-color: #6A2A76;
    color: #fff;
}

/************PARTNER PAGE************/

.partner-section{
    padding: 50px 0;
}

.partner-box {
  padding:30px;
  border: 1px solid #cecece;
  align-items: center;
  display:flex;
  align-items: center;
  justify-content: center;
  margin-bottom:20px;
  background-color:#f1f1f1;
  min-height:200px
}

.partner-box img {
  max-width:100%;
  filter: grayscale(100%);
  transition: all 0.3s;
}

.partner-box:hover img{
  filter:none;
}

/************REFERRAL FORM PAGE*************/

.referrals-section{
    padding: 50px 0;
}

.row.referrals-rows{
    margin-top: 20px;
}

.progress-bar {
  width: 100%;
  height: 7px;
  background: #eee;
  margin-bottom: 5px;
  border-radius: 10px;
  overflow: hidden;
}

.progress {
  width: 0%;
  height: 100%;
  background: #6A2A76;
  transition: width 0.3s ease;
}

.form-section {
  display: none;
  animation: fadeIn 0.5s ease;
}

.form-section.active {
  display: block;
}

.section-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #888;
    margin-bottom: 0px;
}

.form-group {
  margin-bottom: 0px;
}

.md-form-column{
    margin-bottom: 20px;
}

.referrals-section label {
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #6A2A76;
  margin-bottom: 0px;
  font-weight: 800;
}

.referrals-section label span{
    margin-left: 10px;
}

.referrals-section select,
.referrals-section input[type="date"],
.referrals-section input[type="phone"],
.referrals-section input[type="text"],
.referrals-section input[type="email"],
.referrals-section input[type="file"],
.referrals-section textarea {
    width: 100%;
    padding: 5px 15px;
    margin-top: 5px;
    border: 2px solid #6A2A76;
    background-color: #eee;
    border-radius: 5px;
    font-size: 14px;
    height: 44px;
    outline: none;
    margin-bottom: 20px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #647dee;
}

.checkbox-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 1rem;
}

.checkbox-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.buttons {
    display: inline-flex;
    justify-content: space-between;
    grid-gap: 10px;
}

button {
    padding: 8px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
}

button.btn-save,
.btn-prev {
    font-weight: 300;
    background-color: transparent;
    color: #000;
    border: 1px solid #111;
}

.btn-next {
  background: #6A2A76;
  color: white;
}

.btn-submit {
  background: green;
  color: white;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 600px) {
  .checkbox-group {
    grid-template-columns: 1fr;
  }
}




/**************WORK WITH US PAGE*************/

.works-section{
    padding: 50px 0;
}

.works-rows{
    margin-bottom: 40px;
    text-align: center;
}

.works-section h2{
    font-family: "Lemon", serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #6A2A76;
    text-align: center;
    margin-bottom: 20px;
}

.position-rows{
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.works-section h3{
    font-family: "Lemon", serif;
    font-size: 30px;
    line-height: 40px;
    font-weight: 400;
    color: #6A2A76;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    border-bottom: 2px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 40px;
}

.works-section h4{
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
}

.position-rows p{
    margin-bottom: 8px;
}

.infobtn{
    text-align: right;
}

a.btn.btn-moreinfo{
    border: 1px solid #3a3a3a;
    background-color: transparent;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    font-weight: 400;
    color: #3a3a3a;
}

a.btn.btn-moreinfo:hover{
    border: 1px solid #3a3a3a;
    background-color: #c1c1c1;
    color: #111;
}

a.btn.btn-apply{
    border: 1px solid #6A2A76;
    background-color: #6A2A76;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    font-weight: 400;
    color: #fff;
}

a.btn.btn-apply:hover{
    border: 1px solid #6A2A76;
    background-color: #6A2A76;
    color: #fff;
} 

.apply-modal-box .modal-dialog{
    max-width: 700px;
}

.apply-modal-box .modal-title{
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    color: #000;
    margin-bottom: 0px;
}

.apply-modal-box form label{
    font-size: 14px;
    font-weight: 600;
    color: #111;
}

.apply-modal-box form select,
.apply-modal-box form input{
    border: 1px solid #ddd;
    padding: 6px 10px;
    font-size: 14px;
    border-radius: 5px;
    color: #000;
    width: 100%;
    margin-bottom: 15px;
}

.apply-modal-box .cancel-apply{
    text-align: right;
}

.apply-modal-box button.btn.btn-secondary{
    border: 1px solid #3a3a3a;
    background-color: transparent;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    font-weight: 400;
    color: #3a3a3a;
}

.apply-modal-box button.btn.btn-secondary:hover{
    border: 1px solid #3a3a3a;
    background-color: #c1c1c1;
    color: #111;
}

.apply-modal-box button.btn.btn-primary{
    border: 1px solid #6A2A76;
    background-color: #6A2A76;
    padding: 8px 14px;
    font-size: 14px;
    line-height: 18px;
    border-radius: 5px;
    font-weight: 400;
    color: #fff;
}

.apply-modal-box button.btn.btn-primary:hover{
    border: 1px solid #6A2A76;
    background-color: #6A2A76;
    color: #fff;
} 

.work-details-section{
    padding: 50px 0;
}

.work-details-section h2{
    font-family: "Lemon", serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #6A2A76;
    margin-bottom: 20px;
}

.work-details-section h4{
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #6A2A76;
    margin-bottom: 0px;
}

.work-details-right p{
    margin-bottom: 5px;
    line-height: 18px;
}

ul.work-lists{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

ul.work-lists li{
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
}












































/******************MEDIA QUERY****************/

@media screen and (min-device-width: 1200px) and (max-device-width: 1540px){
    .header-left ul li i {
        width: 40px;
        height: 40px;
        font-size: 18px;
        padding: 10px;
        line-height: 22px;
    }
    .header-left ul li h6{
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 0px;
    }
    .header-left ul li a{
        font-size: 11px;
        line-height: 16px;
    }
    .header-right ul li a i{
        width: 40px;
        height: 40px;
        font-size: 18px;
        padding: 10px;
        line-height: 22px;
        margin-right: 5px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 10px;
        font-size: 15px;
        line-height: 18px;
    }
    a.btn.btn-contact{
        padding: 12px 15px 12px;
        font-size: 12px;
        line-height: 16px;
        margin-right: 10px;
    }
    a.right-logo img {
        width: 55px;
        height: 55px;
    }
    .slider-left {
        padding-top: 100px;
    }
    a.btn.btn-learn {
        padding: 12px 30px;
        font-size: 18px;
        line-height: 24px;
    }
}

@media(max-width: 1260px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 8px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media(max-width: 1150px){
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 4px;
        font-size: 12px;
        line-height: 18px;
    }
    .slider-section{
        height: 600px;
    }
    .about-section h1{
        font-size: 40px;
        line-height: 50px;
    }
    .feedback-section h5{
        font-size: 30px;
    }
    .header-left ul li{
        font-size: 10px;
    }
    .mis-vis-left,
    .mis-vis-right{
        height: auto;
    }
    .location-section ul li{
        width: 22%;
    }
}

@media(max-width: 1024px){
    .header-left ul li i {
        width: 30px;
        height: 30px;
        font-size: 14px;
        padding: 7px;
        line-height: 22px;
    }
    .header-right ul li a i{
        width: 30px;
        height: 30px;
        font-size: 14px;
        padding: 7px;
        line-height: 17px;
        margin-right: 0px;
    }
    .header-left ul li a {
        font-size: 9px;
        line-height: 13px;
    }
    .header-left ul li h6 {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0px;
    }
    .header-left ul li{
        line-height: 10px;
        font-size: 9px;
    }
    a.btn.btn-contact {
        padding: 10px 5px;
        font-size: 8px;
        line-height: 16px;
        margin-right: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 20px 5px;
        font-size: 12px;
        line-height: 16px;
    }
    .slider-section h2{
        font-size: 46px;
        line-height: 56px;
    }
    .testimonial-section h4,
    .word-section h4,
    .feedback-section h4,
    .service-section h4,
    .about-section h1{
        font-size: 38px;
        line-height: 44px;
    }
    .about-lists ul {
        padding: 40px 20px;
        margin-top: -30px;
    }
    .feedback-section h5{
        font-size: 30px;
        line-height: 40px;
    }
    .mid-footer p{
        font-size: 14px;
        line-height: 24px;
    }
    .quiks ul li a{
        font-size: 14px;
        line-height: 18px;
    }
    .quiks ul li{
        padding-bottom: 10px;
    }
    .testimonial-section button.owl-prev{
        left: -5px;
    }
    .testimonial-section button.owl-next{
        right: -5px;
    }
    .slider-section{
        height: 500px;
    }
    .service-detail-section h2{
        font-size: 24px;
        line-height: 32px;
        padding-top: 0px;
    }
    .contact-right{
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media(max-width: 991px){
    .header-left ul li a{
        font-size: 8px;
    }
    .header-left ul li i{
        margin-right: 2px;
    }
    .nav-logo-btn {
        position: absolute;
        top: 5px;
        right: 7%;
        z-index: 9;
    }
    a.right-logo img {
        width: 45px;
        height: 45px;
    }
    a.btn.btn-contact {
        padding: 10px 10px;
        font-size: 14px;
        line-height: 16px;
        margin-right: 10px;
    }
    .about-lists ul{
        margin-left: 0px;
        margin-right: 0px;
    }
    .about-lists ul li img{
        width: 50px;
        height: 50px;
    }
    .about-lists ul li h5{
        font-size: 15px;
        line-height: 20px;
    }
    .service-section ul li h5{
        font-size: 14px;
        line-height: 20px;
    }
    .contact-section h2{
        font-size: 30px;
        line-height: 40px;
    }
    .service-detail-section .carousel img{
        height: 500px;
    }
    .navbar-brand img {
        width: 240px;
    }
    .contact-right form{
        padding: 20px;
    }
}

@media(max-width: 900px){
    .header-left{
        display: none;
    }
    .header-right ul{
        text-align: left;
    }
    .top-header{
        padding-top: 10px;
        padding-bottom: 55px;
    }
    .slider-left{
        padding-top: 30px;
    }

    .slider-section h2 {
        font-size: 36px;
        line-height: 46px;
    }
    .testimonial-section h4, .word-section h4, .feedback-section h4, .service-section h4, .about-section h1 {
        font-size: 30px;
        line-height: 40px;
    }
    a.btn.btn-referral{
        padding: 10px;
    }
    .clickmenus{
        top: 57px;
    }
    .word-section p,
    .feedback-content{
        padding-left: 0px;
        padding-right: 0px;
    }
    .feedback-section h5 {
        font-size: 22px;
        line-height: 30px;
    }
}

@media(max-width: 834px){
    .location-section ul li{
        width: 30%;
    }
}

@media(max-width: 750px){
    .location-section ul li{
        width: 29%;
    }
}

@media(max-width: 768px){
    .nav-logo-btn{
        right: 9%;
    }
    .about-body-right{
        margin-left: 0px;
        margin-top: 0px;
    }
    .about-body h2{
        font-size: 30px;
    }
    .getin-section p{
        padding-left: 0px;
        padding-right: 0px;
    }
    .contact-left ul{
        margin-bottom: 20px;
    }
    .address-section i{
        margin-bottom: 20px;
    }
    .service-detail-section .carousel img{
        height: 400px;
    }
    .about-body-right{
        padding: 20px;
    }
}

@media(max-width: 767px){
    .slider-section img{
        margin: 0px;
    }
    .feedback-section form button.btn.btn-primary,
    a.btn.btn-more{
        margin-bottom: 20px;
    }
    .service-section{
        padding: 60px 0;
    }
    .service-section h4{
        padding-top: 0px;
    }
    .service-section ul li h5 {
        font-size: 20px;
        line-height: 24px;
    }
    .service-lists3 li,
    .service-lists2 li{
        margin-top: 30px;
        margin-bottom: 0px;
    }
    .copyright p{
        text-align: left;
        margin-top: 10px;
    }
    .about-body img{
        height: auto;
        margin-bottom: 30px;
    }
    .mis-vis-left{
        margin-bottom: 30px;
    }
    .gallery-section figure{
        height: auto;
    }
    .about-lists ul{
        margin-top: 30px;
    }
    .feedback-section form{
        margin-bottom: 30px;
    }
    .navbar-brand img {
        width: 170px;
    }
    .menu-section nav.navbar.navbar-expand-lg.bg-body-tertiary{
        height: 55px;
    }
    .about-section img{
        height: auto;
    }
    .feedback-section form{
        padding: 10px;
    }
    .mis-vis-right i,
    .mis-vis-left i{
        margin-top: 0px;
    }
    a.btn.btn-enquiry{
        float: none;
        margin-top: 20px;
    }
}

@media(max-width: 720px){
    .bg-gradient{
        display: flex;
    }
    a.locations{
        font-size: 12px;
        height: 51px;
    }
}

@media(max-width: 650px){
    a.btn.btn-contact{
        display: none;
    }
    .nav-logo-btn {
        right: 11%;
    }
    .input-transparent{
        width: 300px;
    }
}

@media(max-width: 600px){
    .nav-logo-btn {
        right: 11%;
    }
    .slider-left{
        padding-top: 0px;
    }
    .slider-section .overlay{
        padding-bottom: 10px;
    }
    .top-footer{
        padding-top: 30px;
        padding-bottom: 0px;
    }
    .speech-section,
    .service-detail-section,
    .mission-vision,
    .about-body,
    .testimonial-section,
    .word-section,
    .feedback-section,
    .location-section,
    .story-section,
    .address-section,
    .location-detail-section,
    .faqs-section,
    .contact-section,
    .referrals-section,
    .ndis-sections,
    .service-section,
    .single-page-section,
    .service-detail-section,
    .gallery-section,
    .service-body-section,
    .form-page-section,
    .works-section,
    .steps-section,
    .work-details-section,
    .gallery-sections,
    .about-section{
        padding: 30px 0;
    }
    .story-section h3,
    .about-body h2,
    .slider-section h2,
    .steps-section h3,
    .ndis-sections h2,
    .faqs-section h4,
    .contact-section h2,
    .service-detail-section h2,
    .page-banner h1,
    .contact-right form h3,
    .location-detail-section h2,
    .getin-section h4,
    .testimonial-section h4, .word-section h4, .feedback-section h4, .service-section h4, .about-section h1{
        font-size: 26px;
        line-height: 34px;
    }
    .about-lists ul{
        padding-top: 30px;
        padding: 20px;
    }
    .top-footer h6{
        font-size: 20px;
        line-height: 24px;
    }
    .top-footer h5{
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 0px;
    }
    .about-lists ul{
        display: block;
    }
    .about-lists ul li{
        width: 45%;
        padding-right: 0px;
        margin-right: 30px;
        margin-bottom: 30px;
        border-right: none;
    }
    .about-lists ul li:last-child{
        padding-right: 0px;
        margin-right: 30px;
    }
    .service-detail-section .carousel img,
    .page-banner,
    .page-banner .overlay{
        height: 300px;
    }
    .form-page-section form,
    .about-body-right{
        padding: 20px;
    }
    .location-section ul li{
        width: 45%;
    }
    .location-section ul{
        margin-bottom: 10px;
    }
    .steps-section ul li{
        width: 32%;
    }
    .steps-section ul li span {
        font-size: 40px;
        line-height: 50px;
        padding: 10px 20px;
    }
    .steps-section ul li h4 {
        font-size: 14px;
        line-height: 10px;
    }
    .steps-section ul:after{
        top: 25px;
    }
    ul.accordion-list li{
        padding: 10px;
    }
    ul.accordion-list li h3{
        font-size: 14px;
    }
    .works-rows{
        margin-bottom: 10px;
    }
    a.btn.btn-apply{
        margin-bottom: 20px;
    }
}

@media(max-width: 575px){
    a.btn.btn-contact{
        display: none;
    }
    .carousel-item .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .testimonial-section h4,
    .word-section h4,
    .feedback-section h5,
    .feedback-section h4,
    .service-section h4,
    .about-section h1,
    .slider-section h2{
        margin-bottom: 10px;
    }
    a.btn.btn-learn{
        margin-bottom: 15px;
    }
    a.btn.btn-referral {
        padding: 12px 30px;
        width: 100%;
        margin-bottom: 15px;
    }
    .feedback-content{
        padding-left: 15px;
        padding-right: 15px;
    }
    .nav-logo-btn {
        right: 15%;
    }
    .footer-links ul li{
        padding-right: 5px;
    }
    .serve-box{
        min-height: auto;
    }
    .header-right ul li a i{
        line-height: 16px;
    }
    .bg-gradient{
        display: block;
    }
    a.locations {
        height: auto;
        width: 100%;
        text-align: center;
        display: block;
    }
    .input-transparent {
        width: 100%;
        margin-top: 10px;
    }
    .steps-section ul li {
        width: 100%;
    }
    .steps-section ul:after{
        display: none;
    }
    a.btn.btn-caring{
        padding: 10px;
        font-size: 14px;
        margin-top: 10px;
    }
}

@media(max-width: 500px){
    .location-section ul li{
        width: 100%;
        margin-right: 0px;
    }
}

@media(max-width: 450px){
    .nav-logo-btn {
        right: 18%;
    }
}

@media(max-width: 420px){
    .mis-vis-right i,
    .mis-vis-left i{
        float: none;
    }
}

@media(max-width: 400px){
    .top-footer h5{
        font-size: 40px;
        line-height: 50px;
    }
    .copyright p,
    .footer-links ul li a{
        font-size: 14px;
        line-height: 18px;
    }
    .navbar-brand img {
        width: 150px;
    }
}

@media(max-width: 360px){
    .nav-logo-btn {
        right: 20%;
    }
}



